summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMarek Belisko <marek.belisko@open-nandra.com>2011-02-10 17:49:24 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-18 12:33:20 -0800
commit31a3da4146c120e87b8d42d033760fe49704a233 (patch)
treec09e87bdf25da73a0720c3f935498af0a005f417 /include/linux
parent45bfe97276856b866dd73fdadb65fb928c0c9bc1 (diff)
staging: olpc_dcon: Remove _strtoul() function.
olpc_dcon driver use self invented _strtoul function which make similar check like strict_strtoul just extend for space checking at last string place. Normally access to sys file looks echo 1024 > /sys/... so space could be considered as error character and we could simplify code using just strict_strtoul function instead self invented. Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Andres Salomon <dilinger@queued.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions