From 8e1c230905034c5fb688827f629f5626e9937342 Mon Sep 17 00:00:00 2001 From: Andy Whitcroft Date: Sat, 28 Feb 2009 14:55:46 -0800 Subject: [PATCH] --- yaml --- r: 143137 b: refs/heads/master c: 0f4954819fb6f840d46076f0dbd313ef5da48f5d h: refs/heads/master i: 143135: 40b5b2d67fea245f5559d1792ffd1453b33f9b60 v: v3 --- [refs] | 2 +- trunk/drivers/input/mouse/hgpk.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4e3b85a04732..69647a17a0a2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8a49cfa9de4ef47eb9238d625b900d4cdddccf30 +refs/heads/master: 0f4954819fb6f840d46076f0dbd313ef5da48f5d diff --git a/trunk/drivers/input/mouse/hgpk.c b/trunk/drivers/input/mouse/hgpk.c index 81e6ebf323e9..a14a6b0f7af0 100644 --- a/trunk/drivers/input/mouse/hgpk.c +++ b/trunk/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 */ if (param[0] != 0x67 || param[1] != 0x00)