From: Al Viro Date: Fri, 29 Aug 2014 16:37:29 +0000 (-0400) Subject: saner perf_atoll() X-Git-Tag: fixes-against-v3.18-rc2~105^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ba7f6c2faada3ad553518b9febbdce7a988359b;p=pandora-kernel.git saner perf_atoll() That loop in there is both anti-idiomatic *and* completely pointless. strtoll() is there for purpose; use it and compare what's left with acceptable suffices. Signed-off-by: Al Viro --- Reading git-diff-tree failed