public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH]  Tiny fix. No comma after KERN_INFO.
@ 2008-04-01 11:54 Roman Tereshonkov
  2008-04-02  7:22 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Roman Tereshonkov @ 2008-04-01 11:54 UTC (permalink / raw)
  To: linux-omap; +Cc: tony, Roman Tereshonkov


Signed-off-by: Roman Tereshonkov <roman.tereshonkov@nokia.com>
---
 drivers/misc/sti/sdti.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/misc/sti/sdti.c b/drivers/misc/sti/sdti.c
index 9b20ccd..adfbcbc 100644
--- a/drivers/misc/sti/sdti.c
+++ b/drivers/misc/sti/sdti.c
@@ -120,7 +120,7 @@ static int __init omap_sdti_init(void)
 	i = sti_readl(SDTI_REVISION);
 	snprintf(buf, sizeof(buf), "OMAP SDTI support loaded (HW v%u.%u)\n",
 		(i >> 4) & 0x0f, i & 0x0f);
-	printk(KERN_INFO, "%s", buf);
+	printk(KERN_INFO "%s", buf);
 	omap_sti_channel_write_trace(strlen(buf), 0xc3, buf, 239);
 
 	return 0;
-- 
1.5.3.7


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH]  Tiny fix. No comma after KERN_INFO.
  2008-04-01 11:54 [PATCH] Tiny fix. No comma after KERN_INFO Roman Tereshonkov
@ 2008-04-02  7:22 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2008-04-02  7:22 UTC (permalink / raw)
  To: Roman Tereshonkov; +Cc: linux-omap

* Roman Tereshonkov <roman.tereshonkov@nokia.com> [080401 14:54]:
> 
> Signed-off-by: Roman Tereshonkov <roman.tereshonkov@nokia.com>
> ---
>  drivers/misc/sti/sdti.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/misc/sti/sdti.c b/drivers/misc/sti/sdti.c
> index 9b20ccd..adfbcbc 100644
> --- a/drivers/misc/sti/sdti.c
> +++ b/drivers/misc/sti/sdti.c
> @@ -120,7 +120,7 @@ static int __init omap_sdti_init(void)
>  	i = sti_readl(SDTI_REVISION);
>  	snprintf(buf, sizeof(buf), "OMAP SDTI support loaded (HW v%u.%u)\n",
>  		(i >> 4) & 0x0f, i & 0x0f);
> -	printk(KERN_INFO, "%s", buf);
> +	printk(KERN_INFO "%s", buf);
>  	omap_sti_channel_write_trace(strlen(buf), 0xc3, buf, 239);
>  
>  	return 0;

Pushing today.

Tony

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-02  7:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-01 11:54 [PATCH] Tiny fix. No comma after KERN_INFO Roman Tereshonkov
2008-04-02  7:22 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox