Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289519
b: refs/heads/master
c: 3a67460
h: refs/heads/master
i:
  289517: 3be0b4c
  289515: 642b022
  289511: cc9a1df
  289503: 69e9f4f
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Feb 28, 2012
1 parent 7f4008e commit bb06eec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 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: a385c150a49e8ef49cd27318a6fd7759ed6bfa42
refs/heads/master: 3a67460715481772068aebf8c945667c285f2207
21 changes: 1 addition & 20 deletions trunk/drivers/usb/serial/ssu100.c
Original file line number Diff line number Diff line change
Expand Up @@ -695,26 +695,7 @@ static struct usb_serial_driver * const serial_drivers[] = {
&ssu100_device, NULL
};

static int __init ssu100_init(void)
{
int retval;

dbg("%s", __func__);

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

static void __exit ssu100_exit(void)
{
usb_serial_deregister_drivers(&ssu100_driver, serial_drivers);
}

module_init(ssu100_init);
module_exit(ssu100_exit);
module_usb_serial_driver(ssu100_driver, serial_drivers);

MODULE_DESCRIPTION(DRIVER_DESC);
MODULE_LICENSE("GPL");
Expand Down

0 comments on commit bb06eec

Please sign in to comment.