Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289515
b: refs/heads/master
c: 3d8d729
h: refs/heads/master
i:
  289513: e86372d
  289511: cc9a1df
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Feb 28, 2012
1 parent c4d2812 commit 642b022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 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: 5bce269d3a464b436d9b416105821aa5257fee36
refs/heads/master: 3d8d7296f7dbc7c977b8552dcfa649817d91d24c
13 changes: 1 addition & 12 deletions trunk/drivers/usb/serial/qcserial.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,18 +285,7 @@ static struct usb_serial_driver * const serial_drivers[] = {
&qcdevice, NULL
};

static int __init qcinit(void)
{
return usb_serial_register_drivers(&qcdriver, serial_drivers);
}

static void __exit qcexit(void)
{
usb_serial_deregister_drivers(&qcdriver, serial_drivers);
}

module_init(qcinit);
module_exit(qcexit);
module_usb_serial_driver(qcdriver, serial_drivers);

MODULE_AUTHOR(DRIVER_AUTHOR);
MODULE_DESCRIPTION(DRIVER_DESC);
Expand Down

0 comments on commit 642b022

Please sign in to comment.