]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit59a468fbbeeccbcc5942beadbf594883c6038e07
tree3895b615b3ab69495c081c12da815398f3900ae2
parentce8287dbf234ab2283f98d526972a310b4ab128e
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