Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289523
b: refs/heads/master
c: 421f388
h: refs/heads/master
i:
  289521: 10e9383
  289519: bb06eec
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Feb 28, 2012
1 parent ae55c94 commit 225f3e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 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: b99dab079445f5d586d4d9e0f81d3d07ecbf51f4
refs/heads/master: 421f38835fe677d8c2e8c25628ae9cd4019653d2
25 changes: 1 addition & 24 deletions trunk/drivers/usb/serial/whiteheat.c
Original file line number Diff line number Diff line change
Expand Up @@ -1454,30 +1454,7 @@ static void rx_data_softint(struct work_struct *work)
tty_kref_put(tty);
}


/*****************************************************************************
* Connect Tech's White Heat module functions
*****************************************************************************/
static int __init whiteheat_init(void)
{
int retval;

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


static void __exit whiteheat_exit(void)
{
usb_serial_deregister_drivers(&whiteheat_driver, serial_drivers);
}


module_init(whiteheat_init);
module_exit(whiteheat_exit);
module_usb_serial_driver(whiteheat_driver, serial_drivers);

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

0 comments on commit 225f3e4

Please sign in to comment.