]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net/core: simple_strtoul cleanup
authorShuah Khan <shuahkhan@gmail.com>
Thu, 12 Apr 2012 09:28:13 +0000 (09:28 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Apr 2012 20:09:08 +0000 (16:09 -0400)
commite1e420c71b53829c661123a21b14a42d821e5e7f
treedbe4071bf29c78ff329215ab391903cdbdcec591
parent1caf09df78a1b40604f200f419b08819e139b858
net/core: simple_strtoul cleanup

Changed net/core/net-sysfs.c: netdev_store() to use kstrtoul()
instead of obsolete simple_strtoul().

Signed-off-by: Shuah Khan <shuahkhan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/net-sysfs.c