commit | e651f03afe833326faa0abe55948c1c6cfd0b8ac | [log] [tgz] |
---|---|---|
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | Sun Aug 09 08:12:48 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 13 16:43:31 2009 -0700 |
tree | 77058921e3842568e885f23b7b6829c628a0051b | |
parent | 9ec04da7489d2c9ae01ea6e9b5fa313ccf3d35fb [diff] |
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 <gerrit@erg.abdn.ac.uk> Signed-off-by: David S. Miller <davem@davemloft.net>