diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-10-30 11:16:57 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-11-03 18:53:15 +0100 |
commit | f2dd851ff19412bdc80471048283edbb465f812e (patch) | |
tree | 7b0309ce8ee16c0d310db1ad8edfea677e8f846d /drivers/media/usb/cx231xx/cx231xx-vbi.c | |
parent | [media] V4L2: fix VIDIOC_CREATE_BUFS 32-bit compatibility mode data copy-back (diff) | |
download | linux-f2dd851ff19412bdc80471048283edbb465f812e.tar.xz linux-f2dd851ff19412bdc80471048283edbb465f812e.zip |
[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>
Diffstat (limited to 'drivers/media/usb/cx231xx/cx231xx-vbi.c')
0 files changed, 0 insertions, 0 deletions