[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080610212149.GB23486@frolo.macqel>
Date: Tue, 10 Jun 2008 23:21:49 +0200
From: Philippe De Muyter <phdm@...qel.be>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] driver/char/generic_nvram : fix banner
Hello everybody,
The generic nvram driver announces itself as
'Macintosh non-volatile memory driver'
instead of 'Generic non-volatile memory driver'. Fix that.
Signed-off-by: Philippe De Muyter <phdm@...qel.be>
diff -r 184e1bb486cf drivers/char/generic_nvram.c
--- a/drivers/char/generic_nvram.c Mon Jun 9 19:30:13 2008 -0700
+++ b/drivers/char/generic_nvram.c Tue Jun 10 13:25:22 2008 +0200
@@ -133,7 +133,7 @@ static struct miscdevice nvram_dev = {
int __init nvram_init(void)
{
- printk(KERN_INFO "Macintosh non-volatile memory driver v%s\n",
+ printk(KERN_INFO "Generic non-volatile memory driver v%s\n",
NVRAM_VERSION);
return misc_register(&nvram_dev);
}
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists