Re: [PATCH] drm/tilcdc: Fix type mismatch
From: Luca Ceresoli
Date: Tue Mar 17 2026 - 12:58:27 EST
On Thu, 05 Mar 2026 17:39:06 +0100, Kory Maincent wrote:
> cpu_to_be32() returns a __be32 big-endian value, but the compound literals
> passed to tilcdc_panel_update_prop() were typed as u32. This causes a
> sparse type mismatch warning. Fix it by using __be32 as the compound
> literal type to match the return type of cpu_to_be32().
>
>
Applied, thanks!
[1/1] drm/tilcdc: Fix type mismatch
commit: 27a39e135f5c1ceaf73e64648eccdb42b751d5c7
Best regards,
--
Luca Ceresoli <luca.ceresoli@xxxxxxxxxxx>