Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326049
b: refs/heads/master
c: e6e367b
h: refs/heads/master
i:
  326047: 7a33142
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 14, 2012
1 parent e02715a commit a2ba27a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: a9b57be074688cdfd9b10b1db58988bb31da20ef
refs/heads/master: e6e367b26ec1881cf44e68346a40a9b7b3352055
3 changes: 0 additions & 3 deletions trunk/drivers/usb/serial/ftdi_sio.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
#define DRIVER_AUTHOR "Greg Kroah-Hartman <greg@kroah.com>, Bill Ryder <bryder@sgi.com>, Kuba Ober <kuba@mareimbrium.org>, Andreas Mohr, Johan Hovold <jhovold@gmail.com>"
#define DRIVER_DESC "USB FTDI Serial Converters Driver"

static bool debug;
static __u16 vendor = FTDI_VID;
static __u16 product;

Expand Down Expand Up @@ -2431,8 +2430,6 @@ 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");
module_param(vendor, ushort, 0);
MODULE_PARM_DESC(vendor, "User specified vendor ID (default="
__MODULE_STRING(FTDI_VID)")");
Expand Down

0 comments on commit a2ba27a

Please sign in to comment.