Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289504
b: refs/heads/master
c: 8a9040b
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Feb 28, 2012
1 parent 69e9f4f commit 1a9d2ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 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: 11f79858ce0393b6b721f91cd8f69ec7c0192f9b
refs/heads/master: 8a9040b123b9fd325c38a985c109289d04349873
20 changes: 1 addition & 19 deletions trunk/drivers/usb/serial/kobil_sct.c
Original file line number Diff line number Diff line change
Expand Up @@ -683,25 +683,7 @@ static int kobil_ioctl(struct tty_struct *tty,
}
}

static int __init kobil_init(void)
{
int retval;

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


static void __exit kobil_exit(void)
{
usb_serial_deregister_drivers(&kobil_driver, serial_drivers);
}

module_init(kobil_init);
module_exit(kobil_exit);
module_usb_serial_driver(kobil_driver, serial_drivers);

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

0 comments on commit 1a9d2ec

Please sign in to comment.