* [PATCH] mci: core: Typo fix in printk specifier
@ 2014-03-16 5:23 Alexander Shiyan
2014-03-17 6:44 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shiyan @ 2014-03-16 5:23 UTC (permalink / raw)
To: barebox
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
drivers/mci/mci-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mci/mci-core.c b/drivers/mci/mci-core.c
index a18b555..1dca0c0 100644
--- a/drivers/mci/mci-core.c
+++ b/drivers/mci/mci-core.c
@@ -1813,7 +1813,7 @@ void mci_of_parse(struct mci_host *host)
break;
default:
dev_err(host->hw_dev,
- "Invalid \"bus-width\" value %ud!\n", bus_width);
+ "Invalid \"bus-width\" value %u!\n", bus_width);
}
/* f_max is obtained from the optional "max-frequency" property */
--
1.8.3.2
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] mci: core: Typo fix in printk specifier
2014-03-16 5:23 [PATCH] mci: core: Typo fix in printk specifier Alexander Shiyan
@ 2014-03-17 6:44 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2014-03-17 6:44 UTC (permalink / raw)
To: Alexander Shiyan; +Cc: barebox
On Sun, Mar 16, 2014 at 09:23:44AM +0400, Alexander Shiyan wrote:
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Applied, thanks
Sascha
> ---
> drivers/mci/mci-core.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mci/mci-core.c b/drivers/mci/mci-core.c
> index a18b555..1dca0c0 100644
> --- a/drivers/mci/mci-core.c
> +++ b/drivers/mci/mci-core.c
> @@ -1813,7 +1813,7 @@ void mci_of_parse(struct mci_host *host)
> break;
> default:
> dev_err(host->hw_dev,
> - "Invalid \"bus-width\" value %ud!\n", bus_width);
> + "Invalid \"bus-width\" value %u!\n", bus_width);
> }
>
> /* f_max is obtained from the optional "max-frequency" property */
> --
> 1.8.3.2
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-17 6:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-16 5:23 [PATCH] mci: core: Typo fix in printk specifier Alexander Shiyan
2014-03-17 6:44 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox