Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Input: jornada720_kbd - switch to using dev_dbg

Switch to using dev_dbg instead of naked printk so that output is uniform
with the other driver messages in the kernel.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

+2 -4
+2 -4
drivers/input/keyboard/jornada720_kbd.c
··· 65 65 jornada_ssp_start(); 66 66 67 67 if (jornada_ssp_inout(GETSCANKEYCODE) != TXDUMMY) { 68 - printk(KERN_DEBUG 69 - "jornada720_kbd: " 70 - "GetKeycode command failed with ETIMEDOUT, " 71 - "flushed bus\n"); 68 + dev_dbg(&pdev->dev, 69 + "GetKeycode command failed with ETIMEDOUT, flushed bus\n"); 72 70 } else { 73 71 /* How many keycodes are waiting for us? */ 74 72 count = jornada_ssp_byte(TXDUMMY);