git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3894f2
)
mmc: mmc_test: replace strict_strtol() with kstrtol_from_user()
author
Jingoo Han
<jg1.han@samsung.com>
Fri, 19 Jul 2013 07:02:43 +0000
(16:02 +0900)
committer
Chris Ball
<cjb@laptop.org>
Sun, 25 Aug 2013 03:19:05 +0000
(23:19 -0400)
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 <jg1.han@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/card/mmc_test.c
patch
|
blob
|
history
diff --cc
drivers/mmc/card/mmc_test.c
Simple merge