Re: [PATCH 2/2] backlight: arcxcnn_bl: drop of_match_ptr for ID table
From: Lee Jones <lee@kernel.org>
Date: 2023-03-16 16:12:13
Also in:
dri-devel, lkml
From: Lee Jones <lee@kernel.org>
Date: 2023-03-16 16:12:13
Also in:
dri-devel, lkml
On Sat, 11 Mar 2023, 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). drivers/video/backlight/arcxcnn_bl.c:378:34: error: ‘arcxcnn_dt_ids’ defined but not used [-Werror=unused-const-variable=] Signed-off-by: Krzysztof Kozlowski <redacted> --- drivers/video/backlight/arcxcnn_bl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks -- Lee Jones [李琼斯]