From: Mauro Carvalho Chehab Date: Thu, 30 Oct 2014 10:16:57 +0000 (-0300) Subject: [media] fix a warning on avr32 arch X-Git-Tag: omap-for-v3.19/fixes-rc1~133^2~245 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2dd851ff19412bdc80471048283edbb465f812e;p=pandora-kernel.git [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 Reviewed-by: Stefan Richter Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed