]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: count_real_packets() in batman-adv assumes char is signed
authorDavid Howells <dhowells@redhat.com>
Wed, 15 Jun 2011 07:41:36 +0000 (09:41 +0200)
committerSven Eckelmann <sven@narfation.org>
Mon, 20 Jun 2011 09:23:36 +0000 (11:23 +0200)
commitf8458a1d1864308976cf15a21b0284988eafa1b0
tree4373f6917c6c28b9caab3050e74571afc69bcbde
parentf77ffff74489d76e69350129c81ac3a76626b092
batman-adv: count_real_packets() in batman-adv assumes char is signed

count_real_packets() in batman-adv assumes char is signed, and returns -1
through it:

net/batman-adv/routing.c: In function 'receive_bat_packet':
net/batman-adv/routing.c:739: warning: comparison is always false due to limited range of data type

Use int instead.

Signed-off-by: David Howells <dhowells@redhat.com>
[sven@narfation.org: Rebase on top of current version]
Signed-off-by: Sven Eckelmann <sven@narfation.org>
net/batman-adv/bitarray.c
net/batman-adv/bitarray.h
net/batman-adv/routing.c