Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289511
b: refs/heads/master
c: e206b7f
h: refs/heads/master
i:
  289509: 8496201
  289507: 34a268c
  289503: 69e9f4f
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Feb 28, 2012
1 parent 49645ed commit cc9a1df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6384eaefd337b465417e9b64ebf74717703c0788
refs/heads/master: e206b7f831da365a38b22f72ba42db288db71c65
12 changes: 1 addition & 11 deletions trunk/drivers/usb/serial/opticon.c
Original file line number Diff line number Diff line change
Expand Up @@ -631,18 +631,8 @@ static struct usb_serial_driver * const serial_drivers[] = {
&opticon_device, NULL
};

static int __init opticon_init(void)
{
return usb_serial_register_drivers(&opticon_driver, serial_drivers);
}

static void __exit opticon_exit(void)
{
usb_serial_deregister_drivers(&opticon_driver, serial_drivers);
}
module_usb_serial_driver(opticon_driver, serial_drivers);

module_init(opticon_init);
module_exit(opticon_exit);
MODULE_DESCRIPTION(DRIVER_DESC);
MODULE_LICENSE("GPL");

Expand Down

0 comments on commit cc9a1df

Please sign in to comment.