aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mtd/devices/mtd_dataflash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/mtd_dataflash.c b/drivers/mtd/devices/mtd_dataflash.c
index 1cfbfcfb6e19..4a47b0266d4e 100644
--- a/drivers/mtd/devices/mtd_dataflash.c
+++ b/drivers/mtd/devices/mtd_dataflash.c
@@ -879,7 +879,7 @@ static int dataflash_probe(struct spi_device *spi)
879 break; 879 break;
880 /* obsolete AT45DB1282 not (yet?) supported */ 880 /* obsolete AT45DB1282 not (yet?) supported */
881 default: 881 default:
882 pr_debug("%s: unsupported device (%x)\n", dev_name(&spi->dev), 882 dev_info(&spi->dev, "unsupported device (%x)\n",
883 status & 0x3c); 883 status & 0x3c);
884 status = -ENODEV; 884 status = -ENODEV;
885 } 885 }