mmc: messaging cleanup
commit7f044871dafffa7c111b803a4cf8f36acab00f08
authorDavid Brownell <dbrownell@users.sourceforge.net>
Thu, 5 Mar 2009 22:35:48 +0000 (5 14:35 -0800)
committerKevin Hilman <khilman@deeprootsystems.com>
Thu, 5 Mar 2009 22:55:02 +0000 (5 14:55 -0800)
tree14486a451a44dd5c5ddc9229c0ff93d7c84eea3a
parenteba4312ca866f800585eb1b3dc76b3c27b464474
mmc: messaging cleanup

Messaging cleanups for DaVinci MMC:

 - split one message so it fits on one line
 - remove one can't-happen message
 - switch one warning to be an error
 - remove pointless "MMCSD:" prefix

Plus a minor tweak:  don't assume MMCST0_RSPDNE only happens
when host->cmd is valid; only perform command-done processing
when RSPDNE is set *and* host->cmd is valid.  (Don't know if
this failure can really be observed ... this is paranoia.)

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
drivers/mmc/host/davinci_mmc.c