diff options
author | Jingoo Han <[email protected]> | 2013-07-19 16:02:43 +0900 |
---|---|---|
committer | Chris Ball <[email protected]> | 2013-08-24 23:19:05 -0400 |
commit | 4be7085f744be070d327ed258d6ceb79b7323f6d (patch) | |
tree | 7973091b30cb453a2ff8180b64965c51d6c9f60c /tools/perf/util/trace-event-scripting.c | |
parent | b3894f267d96146ef2bc5fa21437cb9be4e18254 (diff) |
mmc: mmc_test: replace strict_strtol() with kstrtol_from_user()
The usage of strict_strtol() is not preferred, because
strict_strtol() is obsolete. Thus, kstrtol() should be used.
Also, both kstrtol() and copy_from_user() can be replaced
with kstrtol_from_user() to make the code simpler.
Signed-off-by: Jingoo Han <[email protected]>
Signed-off-by: Chris Ball <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions