From 0760e818646d801a13eed57f5fb75c43c7c2794a Mon Sep 17 00:00:00 2001 From: Nicholas Mc Guire Date: Wed, 4 Feb 2015 12:24:06 -0500 Subject: [PATCH] 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-format-patch failed