From: Jingoo Han Date: Mon, 19 Nov 2012 04:51:20 +0000 (-0800) Subject: leds: leds-lp5521: replace strict_strtoul() with kstrtoul() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~3^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69b44c1630b7f618c9dec217d5497744224d90b8;p=pandora-kernel.git leds: leds-lp5521: replace strict_strtoul() with kstrtoul() The usage of strict_strtoul() is not preferred, because strict_strtoul() is obsolete. Thus, kstrtoul() should be used. Signed-off-by: Jingoo Han Signed-off-by: Bryan Wu --- Reading git-diff-tree failed