Skip to content

Commit 8a5dc70

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 <[email protected]> Reviewed-by: Matt Coster <[email protected]> Link: https://patch.msgid.link/2266514318480d17f52c7e5e67578dae6827914e.1761745586.git.geert+renesas@glider.be Signed-off-by: Matt Coster <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent a653127 commit 8a5dc70

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
@@ -47,7 +47,7 @@
4747
*
4848
* Return:
4949
* * 0 on success, or
50-
* * Any error returned by devm_platform_ioremap_resource().
50+
* * Any error returned by devm_platform_get_and_ioremap_resource().
5151
*/
5252
static int
5353
pvr_device_reg_init(struct pvr_device *pvr_dev)

0 commit comments

Comments
 (0)