diff mbox

[U-Boot,12/18] mtd: nand: Drop a blank line in nand_wait()

Message ID 1462257612-28746-13-git-send-email-sjg@chromium.org
State Superseded
Delegated to: Andreas Bießmann
Headers show

Commit Message

Simon Glass May 3, 2016, 6:40 a.m. UTC
This empty line should not be there. Remove it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 drivers/mtd/nand/nand_base.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c
index 9e8fc1f..bcd4d70 100644
--- a/drivers/mtd/nand/nand_base.c
+++ b/drivers/mtd/nand/nand_base.c
@@ -877,7 +877,6 @@  static void panic_nand_wait(struct mtd_info *mtd, struct nand_chip *chip,
  */
 static int nand_wait(struct mtd_info *mtd, struct nand_chip *chip)
 {
-
 	int status, state = chip->state;
 	unsigned long timeo = (state == FL_ERASING ? 400 : 20);