Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326052
b: refs/heads/master
c: f3004d5
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 14, 2012
1 parent 45284a4 commit d4b3774
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 06e454c40e67df631e2020571ab4e089d9fe0026
refs/heads/master: f3004d54027d1c440f1e45ec3aa7caba6cca6f1a
5 changes: 0 additions & 5 deletions trunk/drivers/usb/serial/ipw.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ static const struct usb_device_id id_table[] = {
};
MODULE_DEVICE_TABLE(usb, id_table);

static bool debug;

static int ipw_open(struct tty_struct *tty, struct usb_serial_port *port)
{
struct usb_device *udev = port->serial->dev;
Expand Down Expand Up @@ -323,6 +321,3 @@ module_usb_serial_driver(serial_drivers, id_table);
MODULE_AUTHOR(DRIVER_AUTHOR);
MODULE_DESCRIPTION(DRIVER_DESC);
MODULE_LICENSE("GPL");

module_param(debug, bool, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(debug, "Debug enabled or not");

0 comments on commit d4b3774

Please sign in to comment.