IB/srpt: replace strict_strtoul() with kstrtoul()
authorJingoo Han <jg1.han@samsung.com>
Wed, 5 Feb 2014 02:22:05 +0000 (11:22 +0900)
committerNicholas Bellinger <nab@linux-iscsi.org>
Wed, 12 Feb 2014 23:14:40 +0000 (15:14 -0800)
commit9d8abf45944e4f1c18a04070fc3ed2f3ffcbbcb6
tree79c5e7f948114588e34da1f7c45a6c87b78daa4b
parent3dca1471993f9b89f3184468f8bbab2b1e024451
IB/srpt: 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: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/infiniband/ulp/srpt/ib_srpt.c