]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
mtd: nand: Drop a blank line in nand_wait()
authorAndre Renaud <andre@designa-electronics.com>
Mon, 20 Jun 2016 01:25:25 +0000 (19:25 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 24 Jun 2016 21:23:14 +0000 (17:23 -0400)
This empty line should not be there. Remove it.
Signed-off-by: Andre Renaud <andre@designa-electronics.com>
Reviewed-by: Andreas Bießmann <andreas@biessmann.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/mtd/nand/nand_base.c

index 74c563c49556f4483b0bcdabf88cabe87006edc9..689716753ae646f35ba697367314a7f6b0bf4001 100644 (file)
@@ -862,7 +862,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;
        unsigned long timeo = 400;