]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/misc/sti/sdti.c
Tiny fix. No comma after KERN_INFO.
[linux-2.6-omap-h63xx.git] / drivers / misc / sti / sdti.c
index 9b20ccda29ab46e2fd1a364e139ed18f5239a4ad..adfbcbc7e7ad27ea2d0a38b4bcfa43ce11904fff 100644 (file)
@@ -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;