Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4457
b: refs/heads/master
c: 15266bb
h: refs/heads/master
i:
  4455: 4d7707a
v: v3
  • Loading branch information
Thomas Gleixner authored and Thomas Gleixner committed May 23, 2005
1 parent b9bacc3 commit fda3a9d
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: 6fc93d8ca7a093feb403aca4ee3cb5bda338392c
refs/heads/master: 15266bb74d0156556f9541c9817b778286ffe5d6
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 @@ -55,7 +55,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.127 2005/01/17 18:35:22 dmarlin Exp $
* $Id: nand_base.c,v 1.128 2005/01/18 16:14:56 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 @@ -810,7 +810,7 @@ static int nand_wait(struct mtd_info *mtd, struct nand_chip *this, int state)
if (this->read_byte(mtd) & NAND_STATUS_READY)
break;
}
yield ();
msleep(1);
}
status = (int) this->read_byte(mtd);
return status;
Expand Down

0 comments on commit fda3a9d

Please sign in to comment.