kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] ARM: zx: remove redundant dev_err call in zx296702_pd_probe()
@ 2020-07-28 15:13 Markus Elfring
  0 siblings, 0 replies; only message in thread
From: Markus Elfring @ 2020-07-28 15:13 UTC (permalink / raw)
  To: Qinglang Miao, linux-arm-kernel
  Cc: linux-kernel, kernel-janitors, Greg Kroah-Hartman, Jun Nie,
	Russell King, Shawn Guo

…
> +++ b/arch/arm/mach-zx/zx296702-pm-domain.c
> @@ -170,7 +170,6 @@ static int zx296702_pd_probe(struct platform_device *pdev)
>
>  	pcubase = devm_ioremap_resource(&pdev->dev, res);
>  	if (IS_ERR(pcubase)) {
> -		dev_err(&pdev->dev, "ioremap fail.\n");
>  		return -EIO;
>  	}

Would you like to delete also the curly brackets besides the error message?

Regards,
Markus

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-28 15:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-28 15:13 [PATCH] ARM: zx: remove redundant dev_err call in zx296702_pd_probe() Markus Elfring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).