diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mtd/nand/cafe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mtd/nand/cafe.c b/drivers/mtd/nand/cafe.c index 887040c6c2d6..35a868708e03 100644 --- a/drivers/mtd/nand/cafe.c +++ b/drivers/mtd/nand/cafe.c | |||
@@ -272,7 +272,8 @@ static void cafe_nand_cmdfunc(struct mtd_info *mtd, unsigned command, | |||
272 | cpu_relax(); | 272 | cpu_relax(); |
273 | } | 273 | } |
274 | writel(doneint, cafe->mmio + CAFE_NAND_IRQ); | 274 | writel(doneint, cafe->mmio + CAFE_NAND_IRQ); |
275 | 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)); | 275 | cafe_dev_dbg(&cafe->pdev->dev, "Command %x completed after %d usec, irqs %x (%x)\n", |
276 | command, 500000-c, irqs, readl(cafe->mmio + CAFE_NAND_IRQ)); | ||
276 | } | 277 | } |
277 | 278 | ||
278 | 279 | ||