Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1194
b: refs/heads/master
c: c2c62d8
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Stezenbach authored and Linus Torvalds committed May 17, 2005
1 parent 33bb338 commit 7def238
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3dfaebdaa2a14c7ca1fbbafff08992489087e7f1
refs/heads/master: c2c62d81430e907b6599d4be43a7ee6f74d2bd69
4 changes: 2 additions & 2 deletions trunk/drivers/media/common/saa7146_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
LIST_HEAD(saa7146_devices);
DECLARE_MUTEX(saa7146_devices_lock);

static int saa7146_num = 0;
static int saa7146_num;

unsigned int saa7146_debug = 0;
unsigned int saa7146_debug;

module_param(saa7146_debug, int, 0644);
MODULE_PARM_DESC(saa7146_debug, "debug level (default: 0)");
Expand Down

0 comments on commit 7def238

Please sign in to comment.