projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6441e3d
)
mtd: nand: Drop a blank line in nand_wait()
author
Andre Renaud
<andre@designa-electronics.com>
Mon, 20 Jun 2016 01:25:25 +0000
(19:25 -0600)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/nand_base.c
b/drivers/mtd/nand/nand_base.c
index 74c563c49556f4483b0bcdabf88cabe87006edc9..689716753ae646f35ba697367314a7f6b0bf4001 100644
(file)
--- a/
drivers/mtd/nand/nand_base.c
+++ b/
drivers/mtd/nand/nand_base.c
@@
-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;