]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/x25/af_x25.c
[X25]: Avoid divides and sparse warnings
[linux-2.6-omap-h63xx.git] / net / x25 / af_x25.c
index 92cfe8e3e0b8d24133b6e5e07cafa6d5d27328e2..07fad7ccf83204c137b90fb0bfc906dd25a0dfbf 100644 (file)
@@ -83,9 +83,9 @@ struct compat_x25_subscrip_struct {
 int x25_addr_ntoa(unsigned char *p, struct x25_address *called_addr,
                  struct x25_address *calling_addr)
 {
-       int called_len, calling_len;
+       unsigned int called_len, calling_len;
        char *called, *calling;
-       int i;
+       unsigned int i;
 
        called_len  = (*p >> 0) & 0x0F;
        calling_len = (*p >> 4) & 0x0F;