Commit 9af50dd8 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] misc_register-021

From:  Michael Still <mikal@stillhq.com>
parent 80f335d0
......@@ -118,8 +118,7 @@ int __init nvram_init(void)
{
printk(KERN_INFO "Macintosh non-volatile memory driver v%s\n",
NVRAM_VERSION);
misc_register(&nvram_dev);
return 0;
return misc_register(&nvram_dev);
}
void __exit nvram_cleanup(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment