2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-15 00:54:03 +08:00
linux-next/drivers/staging/media
Paul Bolle 895507c19f [media] staging: lirc_serial: silence GCC warning
Building lirc_serial.o triggers this GCC warning:
    drivers/staging/media/lirc/lirc_serial.c: In function '__check_sense':
    drivers/staging/media/lirc/lirc_serial.c:1301:1: warning: return from incompatible pointer type [enabled by default]
This can be trivially fixed by changing the 'sense' parameter from bool
to int. But, to be safe, we also need to make sure 'sense' will only be
-1, 0, or 1. There's no need to document the new values that are now
allowed for the 'sense' parameter, since they're basically useless.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Cc: Jarod Wilson <jarod@wilsonet.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-10-28 12:20:01 -02:00
..
as102 [media] dvb: move the dvb core one level up 2012-08-13 23:08:14 -03:00
cxd2099 [media] common: move media/common/tuners to media/tuners 2012-08-13 23:40:28 -03:00
dt3155v4l [media] dt3155v4l: vb2_queue_init() can now fail. Check is required 2012-10-28 07:38:37 -02:00
go7007 [media] go7007-v4l2: warning fix: index is unsigned, so it will never be below 0 2012-10-28 07:38:38 -02:00
lirc [media] staging: lirc_serial: silence GCC warning 2012-10-28 12:20:01 -02:00
solo6x10 [media] staging/media/solo6x10: use module_pci_driver macro 2012-07-30 21:28:09 -03:00
Kconfig [media] staging: media: Remove easycap driver 2012-08-12 14:05:04 -03:00
Makefile [media] staging: media: Remove easycap driver 2012-08-12 14:05:04 -03:00