Re: [PATCH v5 05/10] input: elants: refactor elants_i2c_execute_command()

2020-05-17 Thread Dmitry Torokhov
On Sun, Apr 26, 2020 at 07:47:51PM +0200, Michał Mirosław wrote: > 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 Applied, thank you. -- Dmitry

Re: [PATCH v5 05/10] input: elants: refactor elants_i2c_execute_command()

2020-05-14 Thread Dmitry Osipenko
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 > --- > v4: return 0 on success; use %pe for error code > --- Hello Michał, This patch