commit | ea2ab8711b8a4363e3b3ee0dc609d1b3c8b92899 | [log] [tgz] |
---|---|---|
author | Giuseppe CAVALLARO <peppe.cavallaro@st.com> | Wed Jun 27 21:14:35 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 01 03:34:49 2012 -0700 |
tree | e6ccbd1015a236a077fe29d5c91db482fbdc4b39 | |
parent | c801e3cc1925e02fa7213889306d4d77e6ad1550 [diff] |
stmmac: do not use strict_strtoul but kstrtoint 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>