diff options
Diffstat (limited to 'drivers/mtd/chips/cfi_cmdset_0002.c')
-rw-r--r-- | drivers/mtd/chips/cfi_cmdset_0002.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/chips/cfi_cmdset_0002.c b/drivers/mtd/chips/cfi_cmdset_0002.c index fff665d59a0d..89b9d6891532 100644 --- a/drivers/mtd/chips/cfi_cmdset_0002.c +++ b/drivers/mtd/chips/cfi_cmdset_0002.c | |||
@@ -1571,8 +1571,8 @@ static int __xipram do_write_buffer(struct map_info *map, struct flchip *chip, | |||
1571 | xip_enable(map, chip, adr); | 1571 | xip_enable(map, chip, adr); |
1572 | /* FIXME - should have reset delay before continuing */ | 1572 | /* FIXME - should have reset delay before continuing */ |
1573 | 1573 | ||
1574 | printk(KERN_WARNING "MTD %s(): software timeout\n", | 1574 | printk(KERN_WARNING "MTD %s(): software timeout, address:0x%.8lx.\n", |
1575 | __func__ ); | 1575 | __func__, adr); |
1576 | 1576 | ||
1577 | ret = -EIO; | 1577 | ret = -EIO; |
1578 | op_done: | 1578 | op_done: |