From: Nicholas Mc Guire Date: Wed, 4 Feb 2015 17:24:06 +0000 (-0500) Subject: mtd: nand: omap: drop condition with no effect X-Git-Tag: fixes-v4.0-rc1~67^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0760e818646d801a13eed57f5fb75c43c7c2794a;p=pandora-kernel.git mtd: nand: omap: drop condition with no effect The if and the else branch code are identical - so the condition has no effect on the effective code. This patch removes the condition and the duplicated code and updates the documentation as suggested by Roger Quadros . Acked-by: Roger Quadros Signed-off-by: Nicholas Mc Guire Reviewed-by: Pekon Gupta Signed-off-by: Brian Norris --- Reading git-diff-tree failed