This is just a warning, so I've given it a more appropriate log level

Signed-off-by: Steven Honeyman <stevenhoney...@gmail.com>
---
 drivers/mmc/host/sdhci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
index 37b2a9a..6e9ba15 100644
--- a/drivers/mmc/host/sdhci.c
+++ b/drivers/mmc/host/sdhci.c
@@ -2768,7 +2768,7 @@ int sdhci_add_host(struct sdhci_host *host)
     host->version = (host->version & SDHCI_SPEC_VER_MASK)
                 >> SDHCI_SPEC_VER_SHIFT;
     if (host->version > SDHCI_SPEC_300) {
-        pr_err("%s: Unknown controller version (%d). "
+        pr_warn("%s: Unknown controller version (%d). "
             "You may experience problems.\n", mmc_hostname(mmc),
             host->version);
     }
--
2.1.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to