Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230920
b: refs/heads/master
c: cdefba0
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Renninger authored and Len Brown committed Oct 27, 2010
1 parent f94b21c commit 75f2408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 803711afdbea5c6a6dd2b46eca76097f6d50fb53
refs/heads/master: cdefba03e44bd3b3311a3849a81ec7030dfa1519
7 changes: 1 addition & 6 deletions trunk/drivers/pnp/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,5 @@ subsys_initcall(pnp_init);
int pnp_debug;

#if defined(CONFIG_PNP_DEBUG_MESSAGES)
static int __init pnp_debug_setup(char *__unused)
{
pnp_debug = 1;
return 1;
}
__setup("pnp.debug", pnp_debug_setup);
module_param_named(debug, pnp_debug, int, 0644);
#endif

0 comments on commit 75f2408

Please sign in to comment.