PCI: Replace strict_strtoul() with kstrtoul()
authorJingoo Han <jg1.han@samsung.com>
Sat, 1 Jun 2013 07:25:25 +0000 (16:25 +0900)
committerBjorn Helgaas <bhelgaas@google.com>
Sat, 1 Jun 2013 23:41:25 +0000 (17:41 -0600)
commit9a994e8ec7e7d6b1a66c74a683596b0f38f4e345
treece48612059e07de77b7ce563b5f0628dc21a7c65
parentcb93b1864088eb833ea9cef2c20f07d1961241b0
PCI: Replace strict_strtoul() with kstrtoul()

The usage of strict_strtoul() is not preferred, because
strict_strtoul() is obsolete.  Thus, kstrtoul() should be
used.

[bhelgaas: "#define strict_strtoul  kstrtoul", so no functional change]
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pci-sysfs.c