[media] saa7134.h: Suppress compiler warnings when CONFIG_VIDEO_SAA7134_RC is not set
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Tue, 18 Oct 2011 18:37:36 +0000 (15:37 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 3 Nov 2011 20:33:59 +0000 (18:33 -0200)
commitb3f4e1eba45eda5d1213810ef3bc53e5247df2df
tree88e55e961970ae73a8362341cd702a7073b580e1
parentbc54919f83df61860c7a183016bbced054f9e474
[media] saa7134.h: Suppress compiler warnings when CONFIG_VIDEO_SAA7134_RC is not set

If the said config optio is not set, the compiler will spill out many
warnings about statements with no effect, such as:

Casting the zero to void will cure the warning.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/saa7134/saa7134.h