OSDN Git Service

synaptics_dsx_force: do not spam dmesg for button presses
authorDemon Singur <demonsingur@gmail.com>
Mon, 9 Apr 2018 04:26:02 +0000 (04:26 +0000)
committerArian <arian.kulmer@web.de>
Tue, 19 Nov 2019 15:24:30 +0000 (16:24 +0100)
Change-Id: Ia10ab0db050cf1d1fd4fc73e99a1c46b923281fa

drivers/input/touchscreen/synaptics_dsx_force/synaptics_dsx_core.c

index 5e3c9a4..242d78e 100644 (file)
@@ -1870,11 +1870,6 @@ static void synaptics_rmi4_f1a_report(struct synaptics_rmi4_data *rmi4_data,
                shift = button % 8;
                status = ((data[index] >> shift) & MASK_1BIT);
 
-               dev_err(rmi4_data->pdev->dev.parent,
-                               "%s: Button %d (code %d) ->%d\n",
-                               __func__, button,
-                               f1a->button_map[button],
-                               status);
 #ifdef NO_0D_WHILE_2D
                if (rmi4_data->fingers_on_2d == false) {
                        if (status == 1) {