Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252855
b: refs/heads/master
c: 33cab1b
h: refs/heads/master
i:
  252853: 1d2b979
  252851: 51dc937
  252847: 2c343d7
v: v3
  • Loading branch information
Joe Perches authored and Matthew Garrett committed May 27, 2011
1 parent 1ff4883 commit cd96933
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 50f581a4f09f5b7f78a1c791e09b2c8d24a1e20c
refs/heads/master: 33cab1b71ec1bd02d55cede277bbc91485a68068
7 changes: 3 additions & 4 deletions trunk/drivers/platform/x86/tc1100-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/slab.h>
Expand All @@ -40,9 +42,6 @@
#define TC1100_INSTANCE_WIRELESS 1
#define TC1100_INSTANCE_JOGDIAL 2

#define TC1100_LOGPREFIX "tc1100-wmi: "
#define TC1100_INFO KERN_INFO TC1100_LOGPREFIX

MODULE_AUTHOR("Jamey Hicks, Carlos Corbacho");
MODULE_DESCRIPTION("HP Compaq TC1100 Tablet WMI Extras");
MODULE_LICENSE("GPL");
Expand Down Expand Up @@ -264,7 +263,7 @@ static int __init tc1100_init(void)
if (error)
goto err_device_del;

printk(TC1100_INFO "HP Compaq TC1100 Tablet WMI Extras loaded\n");
pr_info("HP Compaq TC1100 Tablet WMI Extras loaded\n");
return 0;

err_device_del:
Expand Down

0 comments on commit cd96933

Please sign in to comment.