commit | 9a994e8ec7e7d6b1a66c74a683596b0f38f4e345 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Sat Jun 01 16:25:25 2013 +0900 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Sat Jun 01 17:41:25 2013 -0600 |
tree | ce48612059e07de77b7ce563b5f0628dc21a7c65 | |
parent | cb93b1864088eb833ea9cef2c20f07d1961241b0 [diff] |
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>