ssb: sprom: replace strict_strtoul() with kstrtoul()
authorJingoo Han <jg1.han@samsung.com>
Fri, 31 May 2013 21:35:23 +0000 (21:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Jun 2013 07:39:46 +0000 (00:39 -0700)
commit6b1ea4b299ca19a7a2713b38366ac2829fe55883
tree76dee28e00617a3c41edc9c1dff752b18f8396f3
parent27d7f47756f40fb1bc3159e09217f740f5c5b5b1
ssb: sprom: 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/ssb/sprom.c
This page took 0.025454 seconds and 5 git commands to generate.