From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen Gang Subject: Re: [PATCH] drivers/gpu/drm/nouveau: remove erroneous semicolon Date: Sun, 07 Apr 2013 09:03:55 +0800 Message-ID: <5160C5FB.8030409@asianux.com> References: <51529E77.2010906@asianux.com> <515BE1E7.7070905@asianux.com> Mime-Version: 1.0 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <515BE1E7.7070905@asianux.com> Sender: linux-kernel-owner@vger.kernel.org To: Greg KH Cc: airlied@linux.ie, bskeggs@redhat.com, airlied@redhat.com, dri-devel@lists.freedesktop.org, "linux-kernel@vger.kernel.org" List-Id: dri-devel@lists.freedesktop.org Hello Greg KH: when you have time, can you help to check this patch whether OK ? thanks. gchen. On 2013=C4=EA04=D4=C203=C8=D5 16:01, Chen Gang wrote: > Hello maintainers: >=20 > when you have time, please help to check this patch whether is OK. >=20 > thanks. >=20 > gchen. >=20 >=20 > On 2013=C4=EA03=D4=C227=C8=D5 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/dr= m/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 =3D data; >> if (nouveau_bo_rd32(flip->disp->sync, flip->chan->addr / 4) =3D=3D >> - flip->chan->data); >> + flip->chan->data) >> return true; >> usleep_range(1, 2); >> return false; >> >=20 >=20 --=20 Chen Gang Asianux Corporation