From: Gerrit Renker Date: Sun, 9 Aug 2009 08:12:48 +0000 (+0000) Subject: inet6: Conversion from u8 to int X-Git-Tag: v2.6.32-rc1~703^2~371 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e651f03afe833326faa0abe55948c1c6cfd0b8ac;p=pandora-kernel.git inet6: Conversion from u8 to int This replaces assignments of the type "int on LHS" = "u8 on RHS" with simpler code. The LHS can express all of the unsigned right hand side values, hence the assigned value can not be negative. Signed-off-by: Gerrit Renker Signed-off-by: David S. Miller --- Reading git-diff-tree failed