Re: [PATCH v5 05/10] input: elants: refactor elants_i2c_execute_command()
From: Dmitry Osipenko <digetx@gmail.com>
Date: 2020-05-14 19:44:07
Also in:
lkml
From: Dmitry Osipenko <digetx@gmail.com>
Date: 2020-05-14 19:44:07
Also in:
lkml
26.04.2020 20:47, Michał Mirosław пишет:
Apply some DRY-ing to elants_i2c_execute_command() callers. This pulls polling and error printk()s into a single function. Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> --- v4: return 0 on success; use %pe for error code ---
Hello Michał, This patch needs to be rebased on a newer linux-next once again :)