Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235662
b: refs/heads/master
c: 18545cf
h: refs/heads/master
v: v3
  • Loading branch information
Mike Thomas authored and Greg Kroah-Hartman committed Jan 21, 2011
1 parent 7208329 commit 05f2bcd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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: 0a8692b534e18fcec6eac07551bb37a22659f5c7
refs/heads/master: 18545cfd3623e5cd8960f5155f95e0a9c790a54c
1 change: 0 additions & 1 deletion trunk/drivers/staging/easycap/easycap.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/smp_lock.h>
#include <linux/module.h>
#include <linux/kref.h>
#include <linux/usb.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/easycap/easycap_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include "easycap_standard.h"
#include "easycap_ioctl.h"

static int easycap_debug;
int easycap_debug;
static int easycap_bars;
int easycap_gain = 16;
module_param_named(debug, easycap_debug, int, S_IRUGO | S_IWUSR);
Expand Down

0 comments on commit 05f2bcd

Please sign in to comment.