mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
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:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| tilcdc_crtc.c | ||
| tilcdc_drv.c | ||
| tilcdc_drv.h | ||
| tilcdc_encoder.c | ||
| tilcdc_encoder.h | ||
| tilcdc_panel_legacy.c | ||
| tilcdc_panel_legacy.dtso | ||
| tilcdc_plane.c | ||
| tilcdc_regs.h | ||