net: ethernet: replace strict_strtoul() with kstrtoul()
authorJingoo Han <jg1.han@samsung.com>
Fri, 31 May 2013 21:21:35 +0000 (21:21 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Jun 2013 07:39:46 +0000 (00:39 -0700)
commit67d6bfa6863c8535445e1dcdb3385e3a05cd32a7
treea4adefd992aa1e56311ea8051aa245e37187c4ce
parent0672f0ab57dc71958542ac41e5a7ccb6a382a8f3
net: ethernet: replace strict_strtoul() with kstrtoul()

The usage of strict_strtoul() is not preferred, because
strict_strtoul() is obsolete. Thus, kstrtoul() should be
used.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c
This page took 0.025108 seconds and 5 git commands to generate.