[media] s5p-tv: Don't ignore return value of regulator_enable() in sii9234_drv.c
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Mon, 10 Jun 2013 11:54:15 +0000 (08:54 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 13 Jun 2013 01:17:34 +0000 (22:17 -0300)
commit984b248f6bdcd0b319e84e43f0be532f989c709a
treee8801ebd242820ec5b2ca03475684d461968bd30
parentd3775fa76bed74a46e179c08895fafc968f7292a
[media] s5p-tv: Don't ignore return value of regulator_enable() in sii9234_drv.c

This patch fixes following compilation warning:
  CC [M]  drivers/media/platform/s5p-tv/sii9234_drv.o
drivers/media/platform/s5p-tv/sii9234_drv.c: In function ‘sii9234_runtime_resume’:
drivers/media/platform/s5p-tv/sii9234_drv.c:252:18: warning: ignoring return
  value of ‘regulator_enable’, declared with attribute warn_unused_result

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/s5p-tv/sii9234_drv.c