From: Michal Nazarewicz Date: Tue, 10 Aug 2010 00:20:54 +0000 (-0700) Subject: lib: vsprintf: useless strlen() removed X-Git-Tag: v2.6.36-rc1~337 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=559b140a36613bb5b63f258b2ad833dad8cd11d9;p=pandora-kernel.git lib: vsprintf: useless strlen() removed The strict_strtoul() and strict_strtoull() functions used strlen() to check argument's length in a situation where it wasn't strictly necessary Signed-off-by: Michal Nazarewicz Cc: "Yi Yang" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed