imx-drm: imx-tve: remove unused variable
authorVincent Stehlé <[email protected]>
Sun, 25 May 2014 21:54:14 +0000 (23:54 +0200)
committerDaniel Vetter <[email protected]>
Mon, 2 Jun 2014 07:57:32 +0000 (09:57 +0200)
commit46340642d7c314e4d718ebcdbb00bd55ed7d9d9f
treea49c1b19e4fe8cf28765aa31b5ccbded628ad116
parent7927096868061ff10fdb33b295dc0bcfebe2b35b
imx-drm: imx-tve: remove unused variable

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 ‘ret’ [-Wunused-variable]

Signed-off-by: Vincent Stehlé <[email protected]>
Cc: Andrzej Hajda <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
drivers/staging/imx-drm/imx-tve.c