Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326047
b: refs/heads/master
c: a2f98a2
h: refs/heads/master
i:
  326045: fd10420
  326043: 0ca68f1
  326039: 00f8503
  326031: c00fc20
  326015: 8b421aa
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 14, 2012
1 parent e6907a2 commit 7a33142
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: 19e988cfb9f28d2f2fc12b3b368fed4822dc48e4
refs/heads/master: a2f98a203b02617107086ac72996a1ab3c4d5ea4
7 changes: 0 additions & 7 deletions trunk/drivers/usb/serial/digi_acceleport.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,6 @@ static int digi_read_inb_callback(struct urb *urb);
static int digi_read_oob_callback(struct urb *urb);


/* Statics */

static bool debug;

static const struct usb_device_id id_table_combined[] = {
{ USB_DEVICE(DIGI_VENDOR_ID, DIGI_2_ID) },
{ USB_DEVICE(DIGI_VENDOR_ID, DIGI_4_ID) },
Expand Down Expand Up @@ -1559,6 +1555,3 @@ module_usb_serial_driver(serial_drivers, id_table_combined);
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 7a33142

Please sign in to comment.