linux/drivers/media/IR
Mauro Carvalho Chehab 1f71baef3e V4L/DVB: irmon: Cleanup some warning noise
Driver is not properly initializing u64 constants on 32 bit systems:
drivers/media/IR/imon.c:301: warning: integer constant is too large for ‘long’ type
drivers/media/IR/imon.c:302: warning: integer constant is too large for ‘long’ type
drivers/media/IR/imon.c:304: warning: integer constant is too large for ‘long’ type
drivers/media/IR/imon.c:305: warning: integer constant is too large for ‘long’ type
drivers/media/IR/imon.c:308: warning: integer constant is too large for ‘long’ type
drivers/media/IR/imon.c:309: warning: integer constant is too large for ‘long’ type
drivers/media/IR/imon.c:310: warning: integer constant is too large for ‘long’ type

Fix also a few troubles at error printk handling:
drivers/media/IR/imon.c: In function ‘imon_init_intf0’:
drivers/media/IR/imon.c:1909: warning: ‘ret’ may be used uninitialized in this function
drivers/media/IR/imon.c: In function ‘imon_init_intf1’:
drivers/media/IR/imon.c:1989: warning: ‘ret’ may be used uninitialized in this function

Cc: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-05-19 12:57:44 -03:00
..
keymaps V4L/DVB: ir-core: add imon pad and mce keymaps 2010-05-19 12:57:41 -03:00
imon.c V4L/DVB: irmon: Cleanup some warning noise 2010-05-19 12:57:44 -03:00
ir-core-priv.h V4L/DVB: ir-core: Add Sony support to ir-core 2010-05-19 12:57:44 -03:00
ir-functions.c V4L/DVB: ir-core: move subsystem internal calls to ir-core-priv.h 2010-05-19 12:57:04 -03:00
ir-jvc-decoder.c V4L/DVB: ir-core: Add JVC support to ir-core 2010-05-19 12:57:43 -03:00
ir-keytable.c ir-core: Fix the delete logic 2010-05-19 12:57:38 -03:00
ir-nec-decoder.c V4L/DVB: ir-core: change duration to be coded as a u32 integer 2010-05-19 12:57:42 -03:00
ir-raw-event.c V4L/DVB: ir-core: Add Sony support to ir-core 2010-05-19 12:57:44 -03:00
ir-rc5-decoder.c V4L/DVB: ir-core: change duration to be coded as a u32 integer 2010-05-19 12:57:42 -03:00
ir-rc6-decoder.c V4L/DVB: ir-core: change duration to be coded as a u32 integer 2010-05-19 12:57:42 -03:00
ir-sony-decoder.c V4L/DVB: ir-core: Add Sony support to ir-core 2010-05-19 12:57:44 -03:00
ir-sysfs.c V4L/DVB: ir-core: Add Sony support to ir-core 2010-05-19 12:57:44 -03:00
Kconfig V4L/DVB: ir-core: Add Sony support to ir-core 2010-05-19 12:57:44 -03:00
Makefile V4L/DVB: ir-core: Add Sony support to ir-core 2010-05-19 12:57:44 -03:00
rc-map.c V4L/DVB: ir-core: Remove warining noise if decoders compiled builtin 2010-05-19 12:57:14 -03:00