]> asedeno.scripts.mit.edu Git - linux.git/commit
media: v4l: omap_vout: vrfb: remove an unused variable
authorArnd Bergmann <arnd@arndb.de>
Tue, 13 Mar 2018 12:05:36 +0000 (08:05 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 22 Mar 2018 10:17:07 +0000 (06:17 -0400)
commit9fbc5a3245f8b32ef941e39597ba7b5e15b07376
treea9bc791730f479fc2ceecd384229c66c31eb0428
parent2c000f4dbab0fae81ca7717b3fe5d0baa16483d1
media: v4l: omap_vout: vrfb: remove an unused variable

We now get a warning after the 'dmadev' variable is no longer used:

drivers/media/platform/omap/omap_vout_vrfb.c: In function 'omap_vout_prepare_vrfb':
drivers/media/platform/omap/omap_vout_vrfb.c:239:21: error: unused variable 'dmadev' [-Werror=unused-variable]

Fixes: 8f0aa38292f2 ("media: v4l: omap_vout: vrfb: Use the wrapper for prep_interleaved_dma()")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/omap/omap_vout_vrfb.c