Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207760
b: refs/heads/master
c: 029919c
h: refs/heads/master
v: v3
  • Loading branch information
Kulikov Vasiliy authored and David Woodhouse committed Aug 2, 2010
1 parent 657388a commit 13c4655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7b8516b780ec639f26a4c6cdb51e342d8feecd44
refs/heads/master: 029919c1ed79e409cbcdbfaf621b2077e72ccea6
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/r852.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ void r852_cmdctl(struct mtd_info *mtd, int dat, unsigned int ctrl)
*/
int r852_wait(struct mtd_info *mtd, struct nand_chip *chip)
{
struct r852_device *dev = (struct r852_device *)chip->priv;
struct r852_device *dev = chip->priv;

unsigned long timeout;
int status;
Expand Down

0 comments on commit 13c4655

Please sign in to comment.