]> git.baikalelectronics.ru Git - kernel.git/commit
[MMC] Change SDHCI version error to a warning
authorPierre Ossman <drzeus@drzeus.cx>
Tue, 11 Jul 2006 19:07:10 +0000 (21:07 +0200)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 13 Jul 2006 15:17:46 +0000 (16:17 +0100)
commitdb4c661b7e62f7bfd065ad5ef1cab5ac406585d6
tree670d843e60ab985af0fcf166af38e6a1fed1085a
parentd44e35a4c79c504978cbe69e8a9b780944211d5b
[MMC] Change SDHCI version error to a warning

O2 Micro's controllers have a larger specification version value and are
therefore denied by the driver. When bypassing this check they seem to work
fine. This patch makes the code a bit more forgiving by changing the error
to a warning.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/mmc/sdhci.c