From: Giuseppe CAVALLARO Date: Wed, 27 Jun 2012 21:14:35 +0000 (+0000) Subject: stmmac: do not use strict_strtoul but kstrtoint X-Git-Tag: v3.6-rc1~125^2~329 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea2ab8711b8a4363e3b3ee0dc609d1b3c8b92899;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed