Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330717
b: refs/heads/master
c: d6b8267
h: refs/heads/master
i:
  330715: 47644f1
v: v3
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Aug 9, 2012
1 parent 626c1ad commit 4c20062
Show file tree
Hide file tree
Showing 2 changed files with 8 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: c98bc032c52b088fa7baa27adbc2a4deed9acea7
refs/heads/master: d6b8267800c59872bf2daf48c3399e83bee3a5ba
9 changes: 7 additions & 2 deletions trunk/drivers/media/dvb/frontends/au8522_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
#include "dvb_frontend.h"
#include "au8522_priv.h"

MODULE_LICENSE("GPL");

static int debug;

#define dprintk(arg...)\
Expand Down Expand Up @@ -257,3 +255,10 @@ int au8522_sleep(struct dvb_frontend *fe)
return 0;
}
EXPORT_SYMBOL(au8522_sleep);

module_param(debug, int, 0644);
MODULE_PARM_DESC(debug, "Enable verbose debug messages");

MODULE_DESCRIPTION("Auvitek AU8522 QAM-B/ATSC Demodulator driver");
MODULE_AUTHOR("Steven Toth");
MODULE_LICENSE("GPL");

0 comments on commit 4c20062

Please sign in to comment.