]> asedeno.scripts.mit.edu Git - linux.git/commit
mmc: sdhci: Use DBG() instead of pr_warning() on large timeout
authorChris Ball <cjb@laptop.org>
Fri, 1 Jun 2012 14:39:45 +0000 (10:39 -0400)
committerChris Ball <cjb@laptop.org>
Wed, 6 Jun 2012 09:52:36 +0000 (05:52 -0400)
commit09eeff52bf20d485bcafc441f01c142c59c3da16
tree5573107aed53844274bb4ad8b65e9258d86da620
parentf8f5701bdaf9134b1f90e5044a82c66324d2073f
mmc: sdhci: Use DBG() instead of pr_warning() on large timeout

3bdc9ba892d6 ("mmc: use really long write timeout to deal with crappy
cards") in 3.4 increased the write timeout that the core sends to host
drivers to 3 seconds.  This makes sdhci's "requested timeout too large"
warning trigger on every write; so, change this pr_warning() to a DBG().

Reported-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci.c