inet6: Conversion from u8 to int
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Sun, 9 Aug 2009 08:12:48 +0000 (08:12 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Aug 2009 23:43:31 +0000 (16:43 -0700)
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 <gerrit@erg.abdn.ac.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found