mtd: nand: onfi don't WARN if we are in 16 bits mode
authorMatthieu CASTET <matthieu.castet@parrot.com>
Wed, 16 Jan 2013 14:25:45 +0000 (15:25 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sat, 19 Jan 2013 09:58:33 +0000 (09:58 +0000)
commit0ce82b7f7b7373b16ecf7b5725e21e2975204500
treee317b49de38c81bc256cbb16a7ea936b971a8766
parent7dfe4be351e81656ca1068e5d4ead235c7ba94b1
mtd: nand: onfi don't WARN if we are in 16 bits mode

Commit ff3206b2450499203532af2505a7f6f8413e92c0 ('mtd: nand: onfi need
to be probed in 8 bits mode') adds a WARN if the onfi probe is in 16
bits mode. This allows to detect driver that need to be fixed, but this
is a bit noisy¹. Transform the WARN in a pr_err.

¹ http://article.gmane.org/gmane.linux.ports.arm.omap/91317

Signed-off-by: Matthieu CASTET <matthieu.castet@parrot.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/nand_base.c