Skip to content
Snippets Groups Projects
Commit 8cd416aa authored by Pei Xiao's avatar Pei Xiao Committed by Greg Kroah-Hartman
Browse files

drm/sti: Add __iomem for mixer_dbg_mxn's parameter


[ Upstream commit 86e8f947 ]

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: default avatarkernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202411191809.6V3c826r-lkp@intel.com/


Fixes: a5f81078 ("drm/sti: add debugfs entries for MIXER crtc")
Signed-off-by: default avatarPei Xiao <xiaopei01@kylinos.cn>
Acked-by: default avatarRaphael Gallais-Pou <rgallaispou@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/c28f0dcb6a4526721d83ba1f659bba30564d3d54.1732087094.git.xiaopei01@kylinos.cn


Signed-off-by: default avatarRaphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 7fd09abc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment