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:
0363be8
)
mfd: aat2870-core: Stop using obsolte simple_strtoul()
author
Lee Jones
<lee.jones@linaro.org>
Thu, 8 May 2014 11:58:24 +0000
(12:58 +0100)
committer
Lee Jones
<lee.jones@linaro.org>
Wed, 9 Jul 2014 15:38:04 +0000
(16:38 +0100)
Soothes checkpatch warning:
WARNING: simple_strtoul is obsolete, use kstrtoul instead
#306: FILE: drivers/mfd/aat2870-core.c:306:
+ addr = simple_strtoul(start, &start, 16);
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/aat2870-core.c
patch
|
blob
|
history
diff --cc
drivers/mfd/aat2870-core.c
Simple merge