Subject: [PATCH] sdhci: change a warning message from pr_err to pr_warn

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Signed-off-by: Steven Honeyman <stevenhoneyman@xxxxxxxxx>
---
 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-mmc" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux USB Devel]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux