From: Felipe Contreras Date: Thu, 23 Jan 2014 23:54:34 +0000 (-0800) Subject: lib/kstrtox.c: remove redundant cleanup X-Git-Tag: v3.14-rc1~108^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae2924a2bdc5255745e68f2b9206404ddadfc5bf;p=pandora-kernel.git lib/kstrtox.c: remove redundant cleanup We can't reach the cleanup code unless the flag KSTRTOX_OVERFLOW is not set, so there's not no point in clearing a bit that we know is not set. Signed-off-by: Felipe Contreras Acked-by: Levente Kurusa Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed