Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 49129
b: refs/heads/master
c: 9d03280
h: refs/heads/master
i:
  49127: 4f239a1
v: v3
  • Loading branch information
Adrian Hunter authored and Kyungmin Park committed Jan 18, 2007
1 parent 73e290b commit 1f7347f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 10b7a2bd6bf3510cbb5977a44d8822f085738729
refs/heads/master: 9d03280129e84f8cdfd83f84803a4548e3bf697d
3 changes: 3 additions & 0 deletions trunk/drivers/mtd/onenand/onenand_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,9 @@ static int onenand_wait(struct mtd_info *mtd, int state)
} else if (ecc & ONENAND_ECC_1BIT_ALL)
mtd->ecc_stats.corrected++;
}
} else if (state == FL_READING) {
printk(KERN_ERR "onenand_wait: read timeout! ctrl=0x%04x intr=0x%04x\n", ctrl, interrupt);
return -EIO;
}

return 0;
Expand Down

0 comments on commit 1f7347f

Please sign in to comment.