Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177585
b: refs/heads/master
c: 822ddc0
h: refs/heads/master
i:
  177583: 0d7a689
v: v3
  • Loading branch information
Anisse Astier authored and Len Brown committed Dec 16, 2009
1 parent c3a5792 commit 676b616
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 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: 46b51eb9e14afb3bde4bc2fe3bbc22ce012647d4
refs/heads/master: 822ddc042a12aa2a8c2030ad4ebc660bc0e66c3f
11 changes: 2 additions & 9 deletions trunk/drivers/platform/x86/msi-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ MODULE_AUTHOR("Thomas Renninger <trenn@suse.de>");
MODULE_DESCRIPTION("MSI laptop WMI hotkeys driver");
MODULE_LICENSE("GPL");

static int debug;
module_param(debug, int, 0);
MODULE_PARM_DESC(debug, "Set this to 1 to let the driver be more verbose");

MODULE_ALIAS("wmi:551A1F84-FBDD-4125-91DB-3EA8F44F1D45");
MODULE_ALIAS("wmi:B6F3EEF2-3D2F-49DC-9DE3-85BCE18C62F2");

Expand All @@ -54,10 +50,7 @@ MODULE_ALIAS("dmi:*:svnMICRO-STARINTERNATIONAL*:pnMS-6638:*");
#define MSIWMI_BIOS_GUID "551A1F84-FBDD-4125-91DB-3EA8F44F1D45"
#define MSIWMI_EVENT_GUID "B6F3EEF2-3D2F-49DC-9DE3-85BCE18C62F2"

#define dprintk(msg...) do { \
if (debug) \
printk(KERN_INFO DRV_PFX msg); \
} while (0)
#define dprintk(msg...) pr_debug(DRV_PFX msg)

struct key_entry {
char type; /* See KE_* below */
Expand Down Expand Up @@ -343,7 +336,7 @@ static int __init msi_wmi_init(void)

backlight->props.brightness = err;
}
printk(KERN_INFO DRV_PFX "Event handler installed\n");
dprintk("Event handler installed\n");

return 0;

Expand Down

0 comments on commit 676b616

Please sign in to comment.