Skip to content

Commit

Permalink
Input: appletouch - remove extra KERN_DEBUG use from dprintk
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
  • Loading branch information
JoePerches authored and dtor committed Oct 31, 2010
1 parent bac64d0 commit d745b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/mouse/appletouch.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d745b53

Please sign in to comment.