From: Chris Ball Date: Fri, 1 Jun 2012 14:39:45 +0000 (-0400) Subject: mmc: sdhci: Use DBG() instead of pr_warning() on large timeout X-Git-Tag: v3.5-rc4~28^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09eeff52bf20d485bcafc441f01c142c59c3da16;p=pandora-kernel.git 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 Signed-off-by: Chris Ball --- Reading git-diff-tree failed