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)
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>

No differences found