Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347171
b: refs/heads/master
c: f251b8d
h: refs/heads/master
i:
  347169: 02c4456
  347167: a4acd46
v: v3
  • Loading branch information
Matthieu CASTET authored and Artem Bityutskiy committed Nov 15, 2012
1 parent c67a0d4 commit 7cb7827
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 192afdbfbc5c3346e27b3c3e3be8337495b2a41b
refs/heads/master: f251b8dfdd0721255ea11751cdc282834e43b74e
2 changes: 2 additions & 0 deletions trunk/drivers/mtd/nand/nand_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,8 @@ static int nand_wait(struct mtd_info *mtd, struct nand_chip *chip)
led_trigger_event(nand_led_trigger, LED_OFF);

status = (int)chip->read_byte(mtd);
/* This can happen if in case of timeout or buggy dev_ready */
WARN_ON(!(status & NAND_STATUS_READY));
return status;
}

Expand Down

0 comments on commit 7cb7827

Please sign in to comment.