From e6bed035ca652c43c897731366ea816ea2c4fbf1 Mon Sep 17 00:00:00 2001 From: Chase Southwood Date: Fri, 14 Feb 2014 21:59:40 -0600 Subject: [PATCH] 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-format-patch failed