Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276852
b: refs/heads/master
c: e067d5a
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Mauro Carvalho Chehab committed Nov 24, 2011
1 parent a1a22d5 commit 4a9a6de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions 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: ffe06198876a3cbda1cd642883adcec5304d9442
refs/heads/master: e067d5abdd04cbf1bed466f95682c67e2496ba42
4 changes: 2 additions & 2 deletions trunk/drivers/staging/media/as102/as102_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
#include "as102_fw.h"
#include "dvbdev.h"

int debug;
module_param_named(debug, debug, int, 0644);
int as102_debug;
module_param_named(debug, as102_debug, int, 0644);
MODULE_PARM_DESC(debug, "Turn on/off debugging (default: off)");

int dual_tuner;
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/staging/media/as102/as102_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ extern struct spi_driver as102_spi_driver;
#define DRIVER_FULL_NAME "Abilis Systems as10x usb driver"
#define DRIVER_NAME "as10x_usb"

extern int debug;
extern int as102_debug;
#define debug as102_debug

#define dprintk(debug, args...) \
do { if (debug) { \
Expand Down

0 comments on commit 4a9a6de

Please sign in to comment.