]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: mxc-nand: Warn on unimplemented commands
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tue, 10 Feb 2015 19:00:00 +0000 (20:00 +0100)
committerBrian Norris <computersforpeace@gmail.com>
Wed, 11 Mar 2015 22:20:42 +0000 (15:20 -0700)
commitc72ab8a4800f73e855c8b4c4e813d37f1339c5c6
tree7d5a87c521ed1abddb3fabc43a0742478196d22b
parentd69fcc8ad27f14867616d3fd407a83a3873e6adc
mtd: mxc-nand: Warn on unimplemented commands

The PARAM command was long unimplemented and it probably wasn't
noticed because chip probing using only the few bytes returned by the
READID command are good enough in most cases to determine the chip in
use.

Still to notice such a shortcoming earlier in the future would be nice
in case it's something more vital.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/mxc_nand.c