Commit e4730c3e authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] parport: no procfs warning fix

drivers/parport/procfs.c: In function `parport_default_proc_unregister':
drivers/parport/procfs.c:529: warning: `return' with a value, in function returning void
parent 07e58231
......@@ -526,7 +526,6 @@ static int __init parport_default_proc_register (void)
static void __exit parport_default_proc_unregister (void)
{
return 0;
}
#endif
......
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