From: Chase Southwood Date: Sat, 15 Feb 2014 03:59:40 +0000 (-0600) Subject: Staging: comedi: kcomedilib: replace deprecated simple_strtoul() with kstrtouint() X-Git-Tag: v3.15-rc1~139^2~1036 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6bed035ca652c43c897731366ea816ea2c4fbf1;p=pandora-kernel.git Staging: comedi: kcomedilib: replace deprecated simple_strtoul() with kstrtouint() Since simple_strtoul() has been deprecated, replace it with kstrtouint(). Also, since return code checking for this new function is enforced, add a check to ensure that the conversion has succeeded. Signed-off-by: Chase Southwood Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed