Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45655
b: refs/heads/master
c: a020727
h: refs/heads/master
i:
  45653: ecea470
  45651: 523123e
  45647: 40aec12
v: v3
  • Loading branch information
David Woodhouse committed Oct 28, 2006
1 parent f278867 commit 3513607
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 63a1423763c6c38eeeaf6dc8cee986514ab67aed
refs/heads/master: a020727b1628cb4d7b70733222253c7fa3ec6113
3 changes: 2 additions & 1 deletion trunk/drivers/mtd/nand/cafe.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,8 @@ static void cafe_nand_cmdfunc(struct mtd_info *mtd, unsigned command,
cpu_relax();
}
writel(doneint, cafe->mmio + CAFE_NAND_IRQ);
cafe_dev_dbg(&cafe->pdev->dev, "Command %x completed after %d usec, irqs %x (%x)\n", command, 50000-c, irqs, readl(cafe->mmio + CAFE_NAND_IRQ));
cafe_dev_dbg(&cafe->pdev->dev, "Command %x completed after %d usec, irqs %x (%x)\n",
command, 500000-c, irqs, readl(cafe->mmio + CAFE_NAND_IRQ));
}


Expand Down

0 comments on commit 3513607

Please sign in to comment.