Re: [PATCH 0/4] Improve intel-hid's self-consistency

2017-03-03 Thread Andy Shevchenko
On Thu, Mar 2, 2017 at 12:17 PM, Alex Hung wrote: > On Thu, Mar 2, 2017 at 7:03 AM, Andy Shevchenko > wrote: >> On Fri, Feb 24, 2017 at 12:33 PM, Michał Kępień wrote: >>> Commit 2cfa4b311acc ("platform/x86: intel-hid: Support 5 button array") >>> contains some coding style cleanups compared to t

Re: [PATCH 0/4] Improve intel-hid's self-consistency

2017-03-02 Thread Alex Hung
On Thu, Mar 2, 2017 at 7:03 AM, Andy Shevchenko wrote: > On Fri, Feb 24, 2017 at 12:33 PM, Michał Kępień wrote: >> Commit 2cfa4b311acc ("platform/x86: intel-hid: Support 5 button array") >> contains some coding style cleanups compared to the code it was based >> on. This patch series "backports"

Re: [PATCH 0/4] Improve intel-hid's self-consistency

2017-03-01 Thread Andy Shevchenko
On Fri, Feb 24, 2017 at 12:33 PM, Michał Kępień wrote: > Commit 2cfa4b311acc ("platform/x86: intel-hid: Support 5 button array") > contains some coding style cleanups compared to the code it was based > on. This patch series "backports" these cleanups to the rest of the > driver in order to make

[PATCH 0/4] Improve intel-hid's self-consistency

2017-02-24 Thread Michał Kępień
Commit 2cfa4b311acc ("platform/x86: intel-hid: Support 5 button array") contains some coding style cleanups compared to the code it was based on. This patch series "backports" these cleanups to the rest of the driver in order to make it more self-consistent and removes a redundant set_bit() call a