]> 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)
commitef2d6e49884a9f6ccd42bc8091d856b760dacc6f
tree3895b615b3ab69495c081c12da815398f3900ae2
parentb763e757e5b21d03c7f7748674de1d415307fbe7
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