mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[PATCH] alps printk tidy
Make the alps printk output look consistent. Cc: Vojtech Pavlik <vojtech@suse.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
0c3f2be423
commit
64b14d3752
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ int alps_init(struct psmouse *psmouse)
|
|||
}
|
||||
|
||||
if (param[0] & 0x04) {
|
||||
printk(KERN_INFO " Enabling hardware tapping\n");
|
||||
printk(KERN_INFO "alps.c: Enabling hardware tapping\n");
|
||||
if (alps_tap_mode(psmouse, 1))
|
||||
printk(KERN_WARNING "alps.c: Failed to enable hardware tapping\n");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue