mtd: dataflash: Say if we find a device we don't support
authorMark Brown <broonie@linaro.org>
Wed, 16 Oct 2013 12:16:14 +0000 (13:16 +0100)
committerBrian Norris <computersforpeace@gmail.com>
Thu, 7 Nov 2013 08:08:55 +0000 (00:08 -0800)
commitcb85b7e7a0605de2de139d2c293ff10affc8a81c
treee6b32303d7e6d7a6fe6ee23f41155748215770d2
parent9211439b8a933a624d770113d0e0aa742db2ec67
mtd: dataflash: Say if we find a device we don't support

Ensure that the error message if we identify a flash we don't know how to
talk to is displayed on the console in order to aid diagnostics. While
we're at convert the message to use dev_info() rather than our hand rolled
version of it for consistency.

Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/devices/mtd_dataflash.c