From: Sven Eckelmann Date: Wed, 15 Jun 2011 07:41:37 +0000 (+0200) Subject: batman-adv: Reduce usage of char X-Git-Tag: v3.1-rc1~316^2~412^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4e1705417c6cc7d46d9020259a2c8f457cf82bd;p=pandora-kernel.git batman-adv: Reduce usage of char char was used in different places to store information without really using the characteristics of that data type or by ignoring the fact that char has not a well defined signedness. Signed-off-by: Sven Eckelmann --- Reading git-diff-tree failed