git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb93b18
)
PCI: Replace strict_strtoul() with kstrtoul()
author
Jingoo Han
<jg1.han@samsung.com>
Sat, 1 Jun 2013 07:25:25 +0000
(16:25 +0900)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Sat, 1 Jun 2013 23:41:25 +0000
(17:41 -0600)
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>
No differences found