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:
2601566
)
avr32: replace simple_strtoul() with kstrtoul()
author
Ramkumar Ramachandra
<artagnon@gmail.com>
Tue, 1 Apr 2014 00:42:42 +0000
(20:42 -0400)
committer
Hans-Christian Egtvedt
<egtvedt@samfundet.no>
Tue, 1 Apr 2014 07:09:25 +0000
(09:09 +0200)
simple_strtoul() is marked for obsoletion; use the newer and more
pleasant kstrtoul() in its place.
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Haavard Skinnemoen <hskinnemoen@gmail.com>
Cc: Hans-Christian Egtvedt <egtvedt@samfundet.no>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>
No differences found