lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <46427040-fd79-410e-b4eb-3197f2a60dfd@imgtec.com>
Date: Thu, 30 Oct 2025 12:12:37 +0000
From: Matt Coster <Matt.Coster@...tec.com>
To: Geert Uytterhoeven <geert+renesas@...der.be>
CC: Frank Binns <Frank.Binns@...tec.com>,
        Alessio Belle
	<Alessio.Belle@...tec.com>,
        Alexandru Dadu <Alexandru.Dadu@...tec.com>,
        Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
        Maxime Ripard
	<mripard@...nel.org>,
        Thomas Zimmermann <tzimmermann@...e.de>,
        David Airlie
	<airlied@...il.com>, Simona Vetter <simona@...ll.ch>,
        "dri-devel@...ts.freedesktop.org" <dri-devel@...ts.freedesktop.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] drm/imagination: Fix reference to
 devm_platform_get_and_ioremap_resource()

Hi Geert,

On 29/10/2025 15:00, Geert Uytterhoeven wrote:
> 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@...der.be>

Thanks for the fix!

Reviewed-by: Matt Coster <matt.coster@...tec.com>

I'll apply this to drm-misc-fixes shortly.

Cheers,
Matt

> ---
>  drivers/gpu/drm/imagination/pvr_device.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/imagination/pvr_device.c b/drivers/gpu/drm/imagination/pvr_device.c
> index 294b6019b4155bb7..78d6b8a0a4506c80 100644
> --- a/drivers/gpu/drm/imagination/pvr_device.c
> +++ b/drivers/gpu/drm/imagination/pvr_device.c
> @@ -48,7 +48,7 @@
>   *
>   * Return:
>   *  * 0 on success, or
> - *  * Any error returned by devm_platform_ioremap_resource().
> + *  * Any error returned by devm_platform_get_and_ioremap_resource().
>   */
>  static int
>  pvr_device_reg_init(struct pvr_device *pvr_dev)

-- 
Matt Coster
E: matt.coster@...tec.com


Download attachment "OpenPGP_signature.asc" of type "application/pgp-signature" (237 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ