aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOhad Ben-Cohen <ohad@wizery.com>2011-11-02 08:57:23 +0200
committerOhad Ben-Cohen <ohad@wizery.com>2011-11-02 08:57:23 +0200
commitf6e49189a11622f8675bd386db560309a05e581a (patch)
tree6de8421dfafa85545ba5eeee443a59bacc3838c3
parent05408e2d14d7e69e766bd9ba48458fb9b74cfa01 (diff)
downloadhwspinlock-for-linus-merged.tar.gz
mmc: omap_hsmmc: fix buildfor-linus-merged
Fix omap_hsmmc build issue that was introduced by commit a3c76eb "mmc: replace printk with appropriate display macro". Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
-rw-r--r--drivers/mmc/host/omap_hsmmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c
index e8ff12396680ca..101cd31c822079 100644
--- a/drivers/mmc/host/omap_hsmmc.c
+++ b/drivers/mmc/host/omap_hsmmc.c
@@ -1270,7 +1270,7 @@ static void omap_hsmmc_protect_card(struct omap_hsmmc_host *host)
}
} else {
if (!host->protect_card) {
- pr_info"%s: cover is open, "
+ pr_info("%s: cover is open, "
"card is now inaccessible\n",
mmc_hostname(host->mmc));
host->protect_card = 1;