From 68f4ebd74d0c132d4700a64dabfa8ed978d05f91 Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Sat, 30 Oct 2010 17:19:49 -0700 Subject: [PATCH] --- yaml --- r: 221521 b: refs/heads/master c: d745b5326dd1960bf1d9ce2cb8408561a81a7271 h: refs/heads/master i: 221519: a177bf40063d90090169af01cf22df6dd17dab13 v: v3 --- [refs] | 2 +- trunk/drivers/input/mouse/appletouch.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index bdbdf07b143d..a429ab2d8b93 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bac64d0f8cfd45f1027b6e946785a56e8d694fba +refs/heads/master: d745b5326dd1960bf1d9ce2cb8408561a81a7271 diff --git a/trunk/drivers/input/mouse/appletouch.c b/trunk/drivers/input/mouse/appletouch.c index a9cf76831634..b77f9991278e 100644 --- a/trunk/drivers/input/mouse/appletouch.c +++ b/trunk/drivers/input/mouse/appletouch.c @@ -630,7 +630,7 @@ static void atp_complete_geyser_3_4(struct urb *urb) /* Just update the base values (i.e. touchpad in untouched state) */ if (dev->data[dev->info->datalen - 1] & ATP_STATUS_BASE_UPDATE) { - dprintk(KERN_DEBUG "appletouch: updated base values\n"); + dprintk("appletouch: updated base values\n"); memcpy(dev->xy_old, dev->xy_cur, sizeof(dev->xy_old)); goto exit;