Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326091
b: refs/heads/master
c: ca98bb7
h: refs/heads/master
i:
  326089: 0c84569
  326087: 47239ab
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 18, 2012
1 parent e81c44d commit 0b7379b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: 224975413d417d2a002ba97e3779fc604e8fef3d
refs/heads/master: ca98bb7c4932eeb725be1dd940127305190ffb96
9 changes: 0 additions & 9 deletions trunk/drivers/usb/serial/iuu_phoenix.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@
#include "iuu_phoenix.h"
#include <linux/random.h>


#ifdef CONFIG_USB_SERIAL_DEBUG
static bool debug = 1;
#else
static bool debug;
#endif

/*
* Version Information
*/
Expand Down Expand Up @@ -1248,8 +1241,6 @@ MODULE_DESCRIPTION(DRIVER_DESC);
MODULE_LICENSE("GPL");

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

module_param(xmas, bool, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(xmas, "Xmas colors enabled or not");
Expand Down

0 comments on commit 0b7379b

Please sign in to comment.