]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit03a29757d18c22509fbb7632de50b1e084d56c53
tree76dee28e00617a3c41edc9c1dff752b18f8396f3
parent7b6bd7ffc3061da0ddead657cdcc6efcfe4842cd
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