diff options
Diffstat (limited to 'drivers/s390/net/qeth_l3_main.c')
-rw-r--r-- | drivers/s390/net/qeth_l3_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/net/qeth_l3_main.c b/drivers/s390/net/qeth_l3_main.c index c58f82af3658..14e0b5810e8c 100644 --- a/drivers/s390/net/qeth_l3_main.c +++ b/drivers/s390/net/qeth_l3_main.c | |||
@@ -63,7 +63,7 @@ void qeth_l3_ipaddr4_to_string(const __u8 *addr, char *buf) | |||
63 | int qeth_l3_string_to_ipaddr4(const char *buf, __u8 *addr) | 63 | int qeth_l3_string_to_ipaddr4(const char *buf, __u8 *addr) |
64 | { | 64 | { |
65 | int count = 0, rc = 0; | 65 | int count = 0, rc = 0; |
66 | int in[4]; | 66 | unsigned int in[4]; |
67 | char c; | 67 | char c; |
68 | 68 | ||
69 | rc = sscanf(buf, "%u.%u.%u.%u%c", | 69 | rc = sscanf(buf, "%u.%u.%u.%u%c", |