mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 18:20:54 +07:00
Input: appletouch - remove extra KERN_DEBUG use from dprintk
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
bac64d0f8c
commit
d745b5326d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user