Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4501
b: refs/heads/master
c: 20a6c21
h: refs/heads/master
i:
  4499: a18299f
v: v3
  • Loading branch information
Thomas Gleixner authored and Thomas Gleixner committed May 23, 2005
1 parent 7568b2b commit 892e9c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 31fbdf7aa5aac8a2a34f180a25deb157297a10c9
refs/heads/master: 20a6c211903dce92a0db7f19c221cfa3f2cb4c32
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/nand/nand_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
* The AG-AND chips have nice features for speed improvement,
* which are not supported yet. Read / program 4 pages in one go.
*
* $Id: nand_base.c,v 1.134 2005/02/22 21:56:46 gleixner Exp $
* $Id: nand_base.c,v 1.135 2005/03/01 09:32:45 gleixner Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
Expand Down Expand Up @@ -830,7 +830,7 @@ static int nand_wait(struct mtd_info *mtd, struct nand_chip *this, int state)
if (this->read_byte(mtd) & NAND_STATUS_READY)
break;
}
msleep(1);
cond_resched();
}
status = (int) this->read_byte(mtd);
return status;
Expand Down

0 comments on commit 892e9c2

Please sign in to comment.