]> 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)
commitfd48c97c4e2f407be0b396171ab043b9e1ea35df
tree79c5e7f948114588e34da1f7c45a6c87b78daa4b
parented2f85518e269cb3e0442807140f58faa0fde373
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