Re: [PATCH] drm/sti: Add __iomem for mixer_dbg_mxn's parameter
From: Raphael Gallais-Pou
Date: Tue Nov 26 2024 - 08:49:31 EST
On 11/20/24 08:21, Pei Xiao wrote:
> Sparse complains about incorrect type in argument 1.
> expected void const volatile __iomem *ptr but got void *.
> so modify mixer_dbg_mxn's addr parameter.
>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Closes: https://lore.kernel.org/oe-kbuild-all/202411191809.6V3c826r-lkp@xxxxxxxxx/
> Fixes: a5f81078a56c ("drm/sti: add debugfs entries for MIXER crtc")
> Signed-off-by: Pei Xiao <xiaopei01@xxxxxxxxxx>
Hi,
Applied on drm-misc-fixes.
Thanks,
RaphaEl Gallais-Pou