Re: [PATCH v3 2/3] driver: input: matric-keypad: add reduced matrix support

From: Krzysztof Kozlowski
Date: Fri Aug 19 2022 - 08:10:47 EST


On 19/08/2022 09:59, Gireesh.Hiremath@xxxxxxxxxxxx wrote:
>
> struct gpio_desc **row_gpios;
> struct gpio_desc **col_gpios;
> + struct gpio_desc **desc_gpios;
>
> - unsigned int num_row_gpios;
> - unsigned int num_col_gpios;
> + unsigned int num_row_gpios;
> + unsigned int num_col_gpios;

Do not mix up unrelated changes... One logical change, one commit.
Entire patch should be cleanup from this (it's not only here but in
several places). Except that you have build failures to fix...

Best regards,
Krzysztof