commit | 6b1ea4b299ca19a7a2713b38366ac2829fe55883 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Fri May 31 21:35:23 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 03 00:39:46 2013 -0700 |
tree | 76dee28e00617a3c41edc9c1dff752b18f8396f3 | |
parent | 27d7f47756f40fb1bc3159e09217f740f5c5b5b1 [diff] |
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>