From: Matthieu CASTET Date: Wed, 16 Jan 2013 14:25:45 +0000 (+0100) Subject: mtd: nand: onfi don't WARN if we are in 16 bits mode X-Git-Tag: v3.8-rc7~21^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ce82b7f7b7373b16ecf7b5725e21e2975204500;p=pandora-kernel.git 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 Signed-off-by: David Woodhouse --- Reading git-diff-tree failed