[PATCH 20/28] media: platform: jpeg: always reference OF data
Arnd Bergmann
arnd at arndb.de
Tue Mar 21 01:11:36 PDT 2023
On Sun, Mar 12, 2023, at 14:13, Krzysztof Kozlowski wrote:
> The driver can match only via the DT table so the table should be always
> used and the of_match_ptr does not have any sense (this also allows ACPI
> matching via PRP0001, even though it might not be relevant here). This
> also fixes !CONFIG_OF error:
>
> drivers/media/platform/mediatek/jpeg/mtk_jpeg_core.c:1890:38: error:
> ‘mtk8195_jpegdec_drvdata’ defined but not used
> [-Werror=unused-const-variable=]
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
I see now that we both submitted the same patch, but now Hans
merged a worse fix [1] without a changelog text.
Arnd
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=4ae47770d57bff01
More information about the linux-arm-kernel
mailing list