kernel-fxtec-pro1x/drivers/media/firewire
Mauro Carvalho Chehab f2dd851ff1 [media] fix a warning on avr32 arch
X-Patchwork-Delegate: m.chehab@samsung.com
on avr32 arch, those warnings happen:
	drivers/media/firewire/firedtv-fw.c: In function 'node_update':
	drivers/media/firewire/firedtv-fw.c:329: warning: comparison is always true due to limited range of data type

In this particular case, the signal is desired, as the isochannel
var can be initalized with -1 inside the driver.

So, change the type to s8, to avoid issues on archs where char
is unsigned.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Reviewed-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2014-11-03 15:53:15 -02:00
..
firedtv-avc.c [media] firewire: firedtv-avc: fix more potential buffer overflow 2014-09-23 16:13:39 -03:00
firedtv-ci.c
firedtv-dvb.c [media] demux.h: Remove duplicated enum 2013-04-08 06:53:15 -03:00
firedtv-fe.c
firedtv-fw.c firewire: introduce fw_driver.probe and .remove methods 2013-06-09 18:15:00 +02:00
firedtv-rc.c
firedtv.h [media] fix a warning on avr32 arch 2014-11-03 15:53:15 -02:00
Kconfig
Makefile