aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAndy Shevchenko <[email protected]>2010-01-14 15:07:23 +0200
committerGreg Kroah-Hartman <[email protected]>2010-03-03 16:42:44 -0800
commit9f64859208f3a56f33f2e893e11df585768f1705 (patch)
tree2a9e1e35340b713fde86db211ab1829bb26026cf /tools/perf/scripts/python
parente4c3a24dc5c318e57e5295a54f03eb8ae54d9ffa (diff)
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions