[PATCH 2/4] Input: tm2-touchkey: drop of_match_ptr for ID table

Dmitry Torokhov dmitry.torokhov at gmail.com
Fri Mar 17 04:20:06 PDT 2023


On Sun, Mar 12, 2023 at 02:15:12PM +0100, Krzysztof Kozlowski wrote:
> The driver will match mostly by DT table (even thought there is regular
> ID table) so there is little benefit in of_match_ptr (this also allows
> ACPI matching via PRP0001, even though it might not be relevant here).
> This also fixes !CONFIG_OF error:
> 
>   drivers/input/keyboard/tm2-touchkey.c:335:34: error: ‘tm2_touchkey_of_match’ defined but not used [-Werror=unused-const-variable=]
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>

Applied, thank you.

-- 
Dmitry



More information about the linux-arm-kernel mailing list