Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162381
b: refs/heads/master
c: 3b66bb6
h: refs/heads/master
i:
  162379: ecce56c
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 4d75774 commit 9012255
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: dabe6e694685150b25ff357e1ef401b96ab81ec3
refs/heads/master: 3b66bb651e6b29c1976b6d407cb53f11fcb8e7e0
3 changes: 2 additions & 1 deletion trunk/drivers/staging/sep/sep_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ static void sep_load_rom_code(struct sep_device *sep) { }
--------------------------------------------*/

/* debug messages level */
INT_MODULE_PARM(sepDebug, 0x0);
static int sepDebug;
module_param(sepDebug, int , 0);
MODULE_PARM_DESC(sepDebug, "Flag to enable SEP debug messages");

/* Keep this a single static object for now to keep the conversion easy */
Expand Down

0 comments on commit 9012255

Please sign in to comment.