Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326087
b: refs/heads/master
c: 9d27b6a
h: refs/heads/master
i:
  326085: eb38782
  326083: c10586c
  326079: f8af581
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 18, 2012
1 parent 9e87abe commit 47239ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: f462376e1a171f285b7bef3afa0d5a3123766128
refs/heads/master: 9d27b6a63511aa8416e1cebcec9dd6ccdf02fe7e
6 changes: 0 additions & 6 deletions trunk/drivers/usb/serial/f81232.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
#include <linux/usb.h>
#include <linux/usb/serial.h>

static bool debug;

static const struct usb_device_id id_table[] = {
{ USB_DEVICE(0x1934, 0x0706) },
{ } /* Terminating entry */
Expand Down Expand Up @@ -388,7 +386,3 @@ module_usb_serial_driver(serial_drivers, id_table);
MODULE_DESCRIPTION("Fintek F81232 USB to serial adaptor driver");
MODULE_AUTHOR("Greg Kroah-Hartman <gregkh@linuxfoundation.org");
MODULE_LICENSE("GPL v2");

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

0 comments on commit 47239ab

Please sign in to comment.