summaryrefslogtreecommitdiff
path: root/include/linux/i2c/git@git.tavy.me:linux-stable.git
diff options
context:
space:
mode:
authorKory Maincent (TI) <kory.maincent@bootlin.com>2026-03-05 17:39:06 +0100
committerLuca Ceresoli <luca.ceresoli@bootlin.com>2026-03-17 17:50:49 +0100
commit27a39e135f5c1ceaf73e64648eccdb42b751d5c7 (patch)
tree16e9ae5b201ae74be5264498d9077b4e08b12e61 /include/linux/i2c/git@git.tavy.me:linux-stable.git
parent1d3864cf9cac2562d018f080982c231a64dc6cfd (diff)
drm/tilcdc: Fix type mismatch
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(). Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202602200130.LjofC7YE-lkp@intel.com/ Fixes: 0ff223d991477 ("drm/tilcdc: Convert legacy panel binding via DT overlay at boot time") Signed-off-by: Kory Maincent (TI) <kory.maincent@bootlin.com> Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Link: https://patch.msgid.link/20260305163907.717719-1-kory.maincent@bootlin.com Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Diffstat (limited to 'include/linux/i2c/git@git.tavy.me:linux-stable.git')
0 files changed, 0 insertions, 0 deletions