From b2c44a53836559b5e2823aa215c979c33bc9e2db Mon Sep 17 00:00:00 2001 From: David Howells Date: Wed, 15 Jun 2011 09:41:36 +0200 Subject: [PATCH] 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 [sven@narfation.org: Rebase on top of current version] Signed-off-by: Sven Eckelmann --- Reading git-format-patch failed