Re: [PATCH v5 00/10] Input: synaptics-rmi4: Synaptics RMI4 Driver
From: Linus Walleij <hidden>
Date: 2016-02-12 12:54:27
Also in:
lkml
From: Linus Walleij <hidden>
Date: 2016-02-12 12:54:27
Also in:
lkml
On Wed, Feb 10, 2016 at 11:23 PM, Andrew Duggan [off-list ref] wrote:
This is the v5 patch series which fixes the issues identified by kbuild and coccinelle in the previous patch series. These include: - Using ARRAY_SIZE instead of a custom macro to calculate the size of the function handler array. - Remove setting the .owner field for the driver in rmi_i2c and rmi_spi since the i2c-core and spi set that field. - Fix if statment in rmi_f30 which was testing has_led twice instead of testing has_gpio.
Works like a charm. Tested-by: Linus Walleij <redacted> Yours, Linus Walleij