Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289498
b: refs/heads/master
c: 8485f8c
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Feb 28, 2012
1 parent b3b616a commit 013e831
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: 36ccce49128c1bce042273ee723e93f7cca06330
refs/heads/master: 8485f8c9652b226726827e61fb43647bf22e691f
21 changes: 1 addition & 20 deletions trunk/drivers/usb/serial/io_ti.c
Original file line number Diff line number Diff line change
Expand Up @@ -2783,27 +2783,8 @@ static struct usb_serial_driver * const serial_drivers[] = {
&edgeport_1port_device, &edgeport_2port_device, NULL
};

module_usb_serial_driver(io_driver, serial_drivers);

static int __init edgeport_init(void)
{
int retval;

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

static void __exit edgeport_exit(void)
{
usb_serial_deregister_drivers(&io_driver, serial_drivers);
}

module_init(edgeport_init);
module_exit(edgeport_exit);

/* Module information */
MODULE_AUTHOR(DRIVER_AUTHOR);
MODULE_DESCRIPTION(DRIVER_DESC);
MODULE_LICENSE("GPL");
Expand Down

0 comments on commit 013e831

Please sign in to comment.