diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-04-08 09:00:33 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-04-08 09:00:33 +0200 |
commit | ba28f22e7cf16cb310bb491cbb3f7d0d5d1f5c5d (patch) | |
tree | 6d58e91731385281436da191e82c56cd1627482f /drivers/input/mouse/hgpk.c | |
parent | Linux 2.6.30-rc1 (diff) | |
parent | Input: i8042 - add HP DV9700 to the noloop list (diff) | |
download | linux-ba28f22e7cf16cb310bb491cbb3f7d0d5d1f5c5d.tar.xz linux-ba28f22e7cf16cb310bb491cbb3f7d0d5d1f5c5d.zip |
Merge branch 'next' into for-linus
Diffstat (limited to 'drivers/input/mouse/hgpk.c')
-rw-r--r-- | drivers/input/mouse/hgpk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/hgpk.c b/drivers/input/mouse/hgpk.c index 55cd0fa68339..a1ad2f1a7bb3 100644 --- a/drivers/input/mouse/hgpk.c +++ b/drivers/input/mouse/hgpk.c @@ -472,7 +472,7 @@ static enum hgpk_model_t hgpk_get_model(struct psmouse *psmouse) return -EIO; } - hgpk_dbg(psmouse, "ID: %02x %02x %02x", param[0], param[1], param[2]); + hgpk_dbg(psmouse, "ID: %02x %02x %02x\n", param[0], param[1], param[2]); /* HGPK signature: 0x67, 0x00, 0x<model> */ if (param[0] != 0x67 || param[1] != 0x00) |