From: Doug Anderson Date: Tue, 22 Apr 2014 23:51:21 +0000 (-0700) Subject: mmc: dw_mmc: Don't print data errors X-Git-Tag: omap-for-v3.16/fixes-against-rc1~65^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6cc0123d91e52a454d9e958b9124ca8a61fd82c;p=pandora-kernel.git mmc: dw_mmc: Don't print data errors Data errors are completely expected during tuning. Printing them out is confusing people looking at the kernel logs. They see things like: [ 3.613296] dwmmc_exynos 12200000.dwmmc0: data error, status 0x00000088 ...and they think something is wrong with their hardware. Remove the printouts. We'll leave it up to a higher level to report about errors. Signed-off-by: Doug Anderson Reviewed-by: Alim Akhtar Signed-off-by: Ulf Hansson Signed-off-by: Chris Ball --- Reading git-diff-tree failed