]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/imagination: Fix reference to devm_platform_get_and_ioremap_resource()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 29 Oct 2025 15:00:28 +0000 (16:00 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Dec 2025 13:02:46 +0000 (14:02 +0100)
commit76103ac4b4b9fe3b7e85fc614dc16011ed70f734
treeca1cae4d6d71c1c55ff695e45e398a59af5abe45
parentd41ba8c6f667c76fb9592748d5e0c7224183d6c1
drm/imagination: Fix reference to devm_platform_get_and_ioremap_resource()

[ Upstream commit f1aa93005d0d6fb3293ca9c3eb08d1d1557117bf ]

The call to devm_platform_ioremap_resource() was replaced by a call to
devm_platform_get_and_ioremap_resource(), but the comment referring to
the function's possible returned error codes was not updated.

Fixes: 927f3e0253c11276 ("drm/imagination: Implement MIPS firmware processor and MMU support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Matt Coster <matt.coster@imgtec.com>
Link: https://patch.msgid.link/2266514318480d17f52c7e5e67578dae6827914e.1761745586.git.geert+renesas@glider.be
Signed-off-by: Matt Coster <matt.coster@imgtec.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/imagination/pvr_device.c