]> Pileus Git - ~andy/linux/blobdiff - drivers/input/mouse/lifebook.c
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[~andy/linux] / drivers / input / mouse / lifebook.c
index 83bcaba96b895b8a06b5217507f902b1c4066c5f..2c4db636de6cab98aeffefbe38cc34e3607d8233 100644 (file)
@@ -169,8 +169,8 @@ static psmouse_ret_t lifebook_process_byte(struct psmouse *psmouse)
 
        if (relative_packet) {
                if (!dev2)
-                       printk(KERN_WARNING "lifebook.c: got relative packet "
-                               "but no relative device set up\n");
+                       psmouse_warn(psmouse,
+                                    "got relative packet but no relative device set up\n");
        } else {
                if (lifebook_use_6byte_proto) {
                        input_report_abs(dev1, ABS_X,
@@ -212,7 +212,7 @@ static int lifebook_absolute_mode(struct psmouse *psmouse)
 
        /*
         * Enable absolute output -- ps2_command fails always but if
-        * you leave this call out the touchsreen will never send
+        * you leave this call out the touchscreen will never send
         * absolute coordinates
         */
        param = lifebook_use_6byte_proto ? 0x08 : 0x07;