* [PATCH] mmc: omap_hsmmc: fix typo around pr_info() call
@ 2011-11-03 11:24 Daniel Mack
2011-11-03 12:12 ` S, Venkatraman
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Mack @ 2011-11-03 11:24 UTC (permalink / raw)
To: linux-arm-kernel
This was introduced by a3c76eb9 ("mmc: replace printk with appropriate
display macro").
Signed-off-by: Daniel Mack <zonque@gmail.com>
Cc: Girish K S <girish.shivananjappa@linaro.org>
Cc: Chris Ball <cjb@laptop.org>
---
drivers/mmc/host/omap_hsmmc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c
index e8ff123..101cd31 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;
--
1.7.6.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] mmc: omap_hsmmc: fix typo around pr_info() call
2011-11-03 11:24 [PATCH] mmc: omap_hsmmc: fix typo around pr_info() call Daniel Mack
@ 2011-11-03 12:12 ` S, Venkatraman
0 siblings, 0 replies; 2+ messages in thread
From: S, Venkatraman @ 2011-11-03 12:12 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Nov 3, 2011 at 4:54 PM, Daniel Mack <zonque@gmail.com> wrote:
> This was introduced by a3c76eb9 ("mmc: replace printk with appropriate
> display macro").
>
> Signed-off-by: Daniel Mack <zonque@gmail.com>
> Cc: Girish K S <girish.shivananjappa@linaro.org>
> Cc: Chris Ball <cjb@laptop.org>
> ---
> ?drivers/mmc/host/omap_hsmmc.c | ? ?2 +-
> ?1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c
> index e8ff123..101cd31 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;
> --
> 1.7.6.4
>
Thanks ! But this has been fixed and is available in mmc-next
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-03 12:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-03 11:24 [PATCH] mmc: omap_hsmmc: fix typo around pr_info() call Daniel Mack
2011-11-03 12:12 ` S, Venkatraman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).