staging: wlags49: don't use custom implementation of atoi()
authorAndy Shevchenko <ext-andriy.shevchenko@nokia.com>
Thu, 14 Jan 2010 13:07:23 +0000 (15:07 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 4 Mar 2010 00:42:44 +0000 (16:42 -0800)
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 <ext-andriy.shevchenko@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found