[PATCH] driver/char/generic_nvram : fix banner

From: Philippe De Muyter
Date: Tue Jun 10 2008 - 17:22:04 EST


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@xxxxxxxxx>

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/