diff options
author | Emil Goode <emilgoode@gmail.com> | 2012-05-29 18:57:00 +0200 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-06-05 23:47:26 +0200 |
commit | 5c888aa43ee9872efe2a09e8c9f03db84f60dd28 (patch) | |
tree | b71a1b8006c67ed7051bdb559c031cebe20303ad /drivers/video/atmel_lcdfb.c | |
parent | Merge tag 'omapdss-for-3.5-rc2' of git://gitorious.org/linux-omap-dss2/linux ... (diff) | |
download | linux-5c888aa43ee9872efe2a09e8c9f03db84f60dd28.tar.xz linux-5c888aa43ee9872efe2a09e8c9f03db84f60dd28.zip |
video: bfin_adv7393fb: Convert to kstrtouint_from_user
This patch removes a call to the deprecated simple_strtoul function
and simplifies the code by replacing two function calls with one
call to kstrtouint_from_user.
-Simplify the adv7393_write_proc function by replacing the
simple_strtoul and copy_from_user calls with one call
to kstrtouint_from_user.
-Change the count parameter from unsigned long to size_t as
this is the type that the kstrtouint_from_user function expects.
(size_t is what will be passed to the adv7393_write_proc function
by the proc write handler function proc_file_write anyway)
Signed-off-by: Emil Goode <emilgoode@gmail.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/atmel_lcdfb.c')
0 files changed, 0 insertions, 0 deletions