IB/srp: Use kstrtoull() instead of simple_strtoull()
authorBart Van Assche <bart.vanassche@wdc.com>
Tue, 16 Jan 2018 18:39:42 +0000 (10:39 -0800)
committerDoug Ledford <dledford@redhat.com>
Thu, 18 Jan 2018 19:49:22 +0000 (14:49 -0500)
commit2a174df0c602dd2385c7e9efc6d0977c37fbd681
tree3895b615b3ab69495c081c12da815398f3900ae2
parent0b5fe5c43ab67130d259d800fcc109c7340acb63
IB/srp: Use kstrtoull() instead of simple_strtoull()

Use kstrtoull() since simple_strtoull() is deprecated. This patch
improves error checking but otherwise does not change any functionality.

Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/ulp/srp/ib_srp.c