From: Ezequiel Garcia Date: Thu, 14 Nov 2013 21:25:32 +0000 (-0300) Subject: mtd: nand: pxa3xx: Remove READ0 switch/case falltrough X-Git-Tag: v3.14-rc1~65^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01d9947e04fe16ab5891c932f47a171db5607bb5;p=pandora-kernel.git mtd: nand: pxa3xx: Remove READ0 switch/case falltrough READ0 and READOOB command preparation has a falltrough to SEQIN case, where the command address is specified. This is certainly confusing and makes the code less readable with no added value. Let's remove it. Signed-off-by: Ezequiel Garcia Tested-by: Daniel Mack Signed-off-by: Brian Norris --- Reading git-diff-tree failed