Skip to content

Commit 76a3392

Browse files
geertugregkh
authored andcommitted
drm/imagination: Fix reference to devm_platform_get_and_ioremap_resource()
[ Upstream commit f1aa930 ] 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: 927f3e0 ("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>
1 parent f674cb0 commit 76a3392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/imagination/pvr_device.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
*
4747
* Return:
4848
* * 0 on success, or
49-
* * Any error returned by devm_platform_ioremap_resource().
49+
* * Any error returned by devm_platform_get_and_ioremap_resource().
5050
*/
5151
static int
5252
pvr_device_reg_init(struct pvr_device *pvr_dev)

0 commit comments

Comments
 (0)