Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289483
b: refs/heads/master
c: f136e8b
h: refs/heads/master
i:
  289481: 7396734
  289479: b1b9133
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Feb 28, 2012
1 parent 54c6245 commit dc13dc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 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: d1cddb4a8e9b09c33158acae05c48069d74fa4d0
refs/heads/master: f136e8b61c205fa6dccdc45fbda372f3acb2b5ab
22 changes: 1 addition & 21 deletions trunk/drivers/staging/quatech_usb2/quatech_usb2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1966,27 +1966,7 @@ static struct usb_serial_driver * const serial_drivers[] = {
&quatech2_device, NULL
};

static int __init quausb2_usb_init(void)
{
int retval;

dbg("%s\n", __func__);

retval = usb_serial_register_drivers(&quausb2_usb_driver,
serial_drivers);
if (retval == 0)
printk(KERN_INFO KBUILD_MODNAME ": " DRIVER_VERSION ":"
DRIVER_DESC "\n");
return retval;
}

static void __exit quausb2_usb_exit(void)
{
usb_serial_deregister_drivers(&quausb2_usb_driver, serial_drivers);
}

module_init(quausb2_usb_init);
module_exit(quausb2_usb_exit);
module_usb_serial_driver(quausb2_usb_driver, serial_drivers);

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

0 comments on commit dc13dc4

Please sign in to comment.