Skip to content

Commit

Permalink
[PATCH] macsonic.c: missed s/driver_unregister/platform_driver_unregi…
Browse files Browse the repository at this point in the history
…ster/

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Jan 29, 2006
1 parent 976345c commit ded5ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/macsonic.c
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ static int __init mac_sonic_init_module(void)
return 0;

out_unregister:
driver_unregister(&mac_sonic_driver);
platform_driver_unregister(&mac_sonic_driver);

return -ENOMEM;
}
Expand Down

0 comments on commit ded5ca1

Please sign in to comment.