Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757492Ab3DCICR (ORCPT ); Wed, 3 Apr 2013 04:02:17 -0400 Received: from intranet.asianux.com ([58.214.24.6]:51590 "EHLO intranet.asianux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757175Ab3DCICO (ORCPT ); Wed, 3 Apr 2013 04:02:14 -0400 X-Spam-Score: -100.8 Message-ID: <515BE1E7.7070905@asianux.com> Date: Wed, 03 Apr 2013 16:01:43 +0800 From: Chen Gang User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: airlied@linux.ie, bskeggs@redhat.com, airlied@redhat.com CC: dri-devel@lists.freedesktop.org, "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] drivers/gpu/drm/nouveau: remove erroneous semicolon References: <51529E77.2010906@asianux.com> In-Reply-To: <51529E77.2010906@asianux.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1178 Lines: 43 Hello maintainers: when you have time, please help to check this patch whether is OK. thanks. gchen. On 2013年03月27日 15:23, Chen Gang wrote: > > need remove semicolon, or always return true. > > Signed-off-by: Chen Gang > --- > drivers/gpu/drm/nouveau/nv50_display.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/gpu/drm/nouveau/nv50_display.c b/drivers/gpu/drm/nouveau/nv50_display.c > index 7f0e6c3..1ddc03e 100644 > --- a/drivers/gpu/drm/nouveau/nv50_display.c > +++ b/drivers/gpu/drm/nouveau/nv50_display.c > @@ -479,7 +479,7 @@ nv50_display_flip_wait(void *data) > { > struct nv50_display_flip *flip = data; > if (nouveau_bo_rd32(flip->disp->sync, flip->chan->addr / 4) == > - flip->chan->data); > + flip->chan->data) > return true; > usleep_range(1, 2); > return false; > -- Chen Gang Asianux Corporation -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/