diff options
| author | Marek Belisko <marek.belisko@open-nandra.com> | 2011-02-10 17:49:24 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-02-18 12:33:20 -0800 |
| commit | 31a3da4146c120e87b8d42d033760fe49704a233 (patch) | |
| tree | c09e87bdf25da73a0720c3f935498af0a005f417 /include | |
| parent | 45bfe97276856b866dd73fdadb65fb928c0c9bc1 (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')
0 files changed, 0 insertions, 0 deletions
