Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326059
b: refs/heads/master
c: 3da3bf7
h: refs/heads/master
i:
  326057: edcd7c8
  326055: cfa10e3
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 14, 2012
1 parent 9fd2843 commit 178f715
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: ec035e4b832d690c1e82e6e4cacd055b5b3cc2d5
refs/heads/master: 3da3bf76cb6ccd1fbb9205bfa9e8a13dce6e3238
5 changes: 0 additions & 5 deletions trunk/drivers/usb/serial/qcserial.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
#define DRIVER_AUTHOR "Qualcomm Inc"
#define DRIVER_DESC "Qualcomm USB Serial driver"

static bool debug;

#define DEVICE_G1K(v, p) \
USB_DEVICE(v, p), .driver_info = 1

Expand Down Expand Up @@ -305,6 +303,3 @@ module_usb_serial_driver(serial_drivers, id_table);
MODULE_AUTHOR(DRIVER_AUTHOR);
MODULE_DESCRIPTION(DRIVER_DESC);
MODULE_LICENSE("GPL v2");

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

0 comments on commit 178f715

Please sign in to comment.