commit | ea887af0aa112b1e707be84a299788a789b0c129 | [log] [tgz] |
---|---|---|
author | Fabio Baltieri <fabiobaltieri@google.com> | Mon Nov 20 16:18:37 2023 +0000 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Wed Nov 22 11:44:48 2023 +0000 |
tree | 022025a81d8db02583b0fada5b1d75183a6936dc | |
parent | 6cd72493ff2235b3f9f560d3f6e58a0068c1ffdd [diff] |
input: gpio_kbd_matrix: drop redundant gpio_kbd_matrix_set_detect_mode This is called already as soon as the polling thread starts, so the call in the gpio init function is harmless but redundant, drop it. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>