]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9d1c37602e5e830b799407eef4c33824edfc8e7e
tree79c5e7f948114588e34da1f7c45a6c87b78daa4b
parent7ecdbb7009d11d4ef2bfed1158e9a3d2bf9e0104
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