Re: [PATCH linux-next] imx-drm: imx-tve: remove unused variable

2014-05-27 Thread Daniel Vetter
go to Dave Airlie (cc'd). > Though Daniel Vetter may want to send it on. > > For Dave's benefit, here is the patch again: I've pulled it into my drm-stuff branch so it doesn't get lost. Should land in 3.16 one way or the other. Thanks, Daniel > > From: Vincent Stehlé > Su

Re: [PATCH linux-next] imx-drm: imx-tve: remove unused variable

2014-05-27 Thread Daniel Vetter
branch so it doesn't get lost. Should land in 3.16 one way or the other. Thanks, Daniel From: Vincent Stehlé vincent.ste...@laposte.net Subject: [PATCH linux-next] imx-drm: imx-tve: remove unused variable Date: Sun, 25 May 2014 23:54:14 +0200 Commit f9b0e251dfbf 'drm: make mode_valid callback

Re: [PATCH linux-next] imx-drm: imx-tve: remove unused variable

2014-05-25 Thread Stephen Rothwell
to my tree :( Yeah, commit f9b0e251dfbf 'drm: make mode_valid callback optional' is in the drm tree, so this patch needs to go to Dave Airlie (cc'd). Though Daniel Vetter may want to send it on. For Dave's benefit, here is the patch again: From: Vincent Stehlé Subject: [PATCH linux-next] im

Re: [PATCH linux-next] imx-drm: imx-tve: remove unused variable

2014-05-25 Thread Greg Kroah-Hartman
On Sun, May 25, 2014 at 11:54:14PM +0200, Vincent Stehlé wrote: > Commit f9b0e251dfbf 'drm: make mode_valid callback optional' left variable ret > unused; remove it. > > This fixes the following compilation warning: > > drivers/staging/imx-drm/imx-tve.c: In function >

[PATCH linux-next] imx-drm: imx-tve: remove unused variable

2014-05-25 Thread Vincent Stehlé
Commit f9b0e251dfbf 'drm: make mode_valid callback optional' left variable ret unused; remove it. This fixes the following compilation warning: drivers/staging/imx-drm/imx-tve.c: In function ‘imx_tve_connector_mode_valid’: drivers/staging/imx-drm/imx-tve.c:252:6: warning: unused variable

[PATCH linux-next] imx-drm: imx-tve: remove unused variable

2014-05-25 Thread Vincent Stehlé
Commit f9b0e251dfbf 'drm: make mode_valid callback optional' left variable ret unused; remove it. This fixes the following compilation warning: drivers/staging/imx-drm/imx-tve.c: In function ‘imx_tve_connector_mode_valid’: drivers/staging/imx-drm/imx-tve.c:252:6: warning: unused variable

Re: [PATCH linux-next] imx-drm: imx-tve: remove unused variable

2014-05-25 Thread Greg Kroah-Hartman
On Sun, May 25, 2014 at 11:54:14PM +0200, Vincent Stehlé wrote: Commit f9b0e251dfbf 'drm: make mode_valid callback optional' left variable ret unused; remove it. This fixes the following compilation warning: drivers/staging/imx-drm/imx-tve.c: In function ‘imx_tve_connector_mode_valid’:

Re: [PATCH linux-next] imx-drm: imx-tve: remove unused variable

2014-05-25 Thread Stephen Rothwell
callback optional' is in the drm tree, so this patch needs to go to Dave Airlie (cc'd). Though Daniel Vetter may want to send it on. For Dave's benefit, here is the patch again: From: Vincent Stehlé vincent.ste...@laposte.net Subject: [PATCH linux-next] imx-drm: imx-tve: remove unused variable Date