From: Andy Shevchenko Date: Thu, 14 Jan 2010 13:07:23 +0000 (+0200) Subject: staging: wlags49: don't use custom implementation of atoi() X-Git-Tag: v2.6.34-rc1~10^2~1^2~196 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f64859208f3a56f33f2e893e11df585768f1705;p=pandora-kernel.git staging: wlags49: don't use custom implementation of atoi() Kernel has its own method called simple_strtoul() to do such things. Here we are using simple_strtoul(value, NULL, 0) because in original function the recognized base is 10 or 16 and input data is assumed to be unsigned. Signed-off-by: Andy Shevchenko Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed