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:
c801e3c
)
stmmac: do not use strict_strtoul but kstrtoint
author
Giuseppe CAVALLARO
<peppe.cavallaro@st.com>
Wed, 27 Jun 2012 21:14:35 +0000
(21:14 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sun, 1 Jul 2012 10:34:49 +0000
(
03:34
-0700)
This patch replaces the obsolete strict_strtoul with kstrtoint.
v2: also removed casting on kstrtoul.
v3: use kstrtoint instead of kstrtoul due to all vars are integer.
thanks to E. Dumazet.
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found