summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192e
diff options
context:
space:
mode:
authorAndy Shevchenko <ext-andriy.shevchenko@nokia.com>2010-01-14 13:07:23 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-04 00:42:44 (GMT)
commit9f64859208f3a56f33f2e893e11df585768f1705 (patch)
tree2a9e1e35340b713fde86db211ab1829bb26026cf /drivers/staging/rtl8192e
parente4c3a24dc5c318e57e5295a54f03eb8ae54d9ffa (diff)
downloadlinux-fsl-qoriq-9f64859208f3a56f33f2e893e11df585768f1705.tar.xz
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 <ext-andriy.shevchenko@nokia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rtl8192e')
0 files changed, 0 insertions, 0 deletions