From: Marek Belisko Date: Fri, 11 Feb 2011 01:49:24 +0000 (-0800) Subject: staging: olpc_dcon: Remove _strtoul() function. X-Git-Tag: v2.6.39-rc1~469^2~581 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31a3da4146c120e87b8d42d033760fe49704a233;p=pandora-kernel.git 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 Signed-off-by: Andres Salomon Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed