From: Jingoo Han Date: Tue, 4 Jun 2013 04:11:50 +0000 (+0900) Subject: mfd: Replace strict_strtoul() with kstrtoul() in ab* and att* X-Git-Tag: v3.11-rc1~53^2~56^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8420a24138e4ad7a8351bef136139ecb27cb15c5;p=pandora-kernel.git mfd: Replace strict_strtoul() with kstrtoul() in ab* and att* The usage of strict_strtoul() is not preferred, because strict_strtoul() is obsolete. Thus, kstrtoul() should be used. Signed-off-by: Jingoo Han Reviewed-by: Andy Shevchenko Signed-off-by: Lee Jones --- Reading git-diff-tree failed