staging: lustre: ldlm: ldlm_resource.c replace obsolete function with kstrtoul()
authorAnil Belur <askb23@gmail.com>
Thu, 19 Jun 2014 15:02:08 +0000 (01:02 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Jun 2014 00:22:24 +0000 (17:22 -0700)
commitae59720b3af7928bdfb6bb7bfb47315fea2f57e8
treef8b80c009c5f0bb223871cd6ca7a7281de76aede
parentbf050e55a3510eed6faf68dc277b0ef62ed805b1
staging: lustre: ldlm: ldlm_resource.c replace obsolete function with kstrtoul()

- this change fixes the warning "WARNING: simple_strtoul is obsolete, use
kstrtoul instead"
- removed the unused var 'end' as this is no longer required for
  kstrtoul()

Signed-off-by: Anil Belur <askb23@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ldlm/ldlm_resource.c