Re: [PATCH v6 5/5] input: mt: cleanup open-coded __set_bit()

2020-08-13 Thread Dmitry Osipenko
16.07.2020 03:30, Dmitry Torokhov пишет: > On Mon, Jul 13, 2020 at 02:24:55AM +0200, Michał Mirosław wrote: >> Replace open-coded __set_bit() with the function. >> >> Signed-off-by: Michał Mirosław > > Applied, thank you. > Hello, Dmitry! Could you please let us know how we could proceed with

Re: [PATCH v6 5/5] input: mt: cleanup open-coded __set_bit()

2020-07-15 Thread Dmitry Torokhov
On Mon, Jul 13, 2020 at 02:24:55AM +0200, Michał Mirosław wrote: > Replace open-coded __set_bit() with the function. > > Signed-off-by: Michał Mirosław Applied, thank you. -- Dmitry

[PATCH v6 5/5] input: mt: cleanup open-coded __set_bit()

2020-07-12 Thread Michał Mirosław
Replace open-coded __set_bit() with the function. Signed-off-by: Michał Mirosław --- drivers/input/input-mt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/input-mt.c b/drivers/input/input-mt.c index a81e14148407..f699538bdac4 100644 ---