Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134887
b: refs/heads/master
c: 2ce4f9d
h: refs/heads/master
i:
  134885: b1b0a2e
  134883: d68f453
  134879: 4fc9281
v: v3
  • Loading branch information
Jason Andryuk authored and John W. Linville committed Feb 27, 2009
1 parent baa9c23 commit 7ccd89b
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: 19e8bc7fa7df2f208554d1d06b9af129cd7f452a
refs/heads/master: 2ce4f9d8618b84994b19e0a31a56562863666623
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/at76c50x-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
} \
} while (0)

static int at76_debug = DBG_DEFAULTS;
static uint at76_debug = DBG_DEFAULTS;

/* Protect against concurrent firmware loading and parsing */
static struct mutex fw_mutex;
Expand Down Expand Up @@ -2459,7 +2459,7 @@ static void __exit at76_mod_exit(void)
led_trigger_unregister_simple(ledtrig_tx);
}

module_param_named(debug, at76_debug, int, 0600);
module_param_named(debug, at76_debug, uint, 0600);
MODULE_PARM_DESC(debug, "Debugging level");

module_init(at76_mod_init);
Expand Down

0 comments on commit 7ccd89b

Please sign in to comment.