From: Michal Simek <michal.simek@amd.com>
To: "Pandey, Radhey Shyam" <radheys@amd.com>,
Pan Chuang <panchuang@vivo.com>,
Prasanna Kumar T S M <ptsm@linux.microsoft.com>,
Marco Crivellari <marco.crivellari@suse.com>,
Jay Buddhabhatti <jay.buddhabhatti@amd.com>,
"moderated list:ARM/ZYNQ ARCHITECTURE"
<linux-arm-kernel@lists.infradead.org>,
open list <linux-kernel@vger.kernel.org>,
Arnd Bergmann <arnd@kernel.org>
Subject: Re: [PATCH 7/7] soc: xilinx: Remove redundant dev_err()
Date: Tue, 21 Jul 2026 07:49:37 +0200 [thread overview]
Message-ID: <859dccbe-0d00-4380-9543-3b81f2380997@amd.com> (raw)
In-Reply-To: <8ca27e7b-d122-48c1-bf1c-0f104c4a7eec@amd.com>
On 7/20/26 17:50, Pandey, Radhey Shyam wrote:
> On 7/20/2026 3:29 PM, Pan Chuang wrote:
>> Since commit 55b48e23f5c4 ("genirq/devres: Add error handling in
>> devm_request_*_irq()"), devm_request_threaded_irq() automatically logs
>> detailed error messages on failure. Remove the now-redundant
>> driver-specific dev_err() calls.
>>
>> Signed-off-by: Pan Chuang <panchuang@vivo.com>
>> ---
>
> Reviewed-by: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>
> Thanks!
>> drivers/soc/xilinx/zynqmp_power.c | 5 +----
>> 1 file changed, 1 insertion(+), 4 deletions(-)
>>
>> diff --git a/drivers/soc/xilinx/zynqmp_power.c b/drivers/soc/xilinx/
>> zynqmp_power.c
>> index 370e61ac47d8..54c796afb89e 100644
>> --- a/drivers/soc/xilinx/zynqmp_power.c
>> +++ b/drivers/soc/xilinx/zynqmp_power.c
>> @@ -368,11 +368,8 @@ static int zynqmp_pm_probe(struct platform_device *pdev)
>> IRQF_NO_SUSPEND | IRQF_ONESHOT,
>> dev_name(&pdev->dev),
>> &pdev->dev);
>> - if (ret) {
>> - dev_err(&pdev->dev, "devm_request_threaded_irq '%d' failed with
>> %d\n",
>> - irq, ret);
>> + if (ret)
>> return ret;
>> - }
>> } else {
>> dev_err(&pdev->dev, "Required property not found in DT node\n");
>> return -ENOENT;
>
No issue with this patch but how do you want this to be merged?
It should go via soc specific trees and then to Arnd. I don't think Arnd will
take this directly to soc tree.
My suggestion would be to split it and get that patches merged separately.
Just in case
Acked-by: Michal Simek <michal.simek@amd.com>
Thanks,
Michal
next prev parent reply other threads:[~2026-07-21 5:50 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-20 9:59 [PATCH 0/7] soc: Remove redundant error messages on IRQ request failure Pan Chuang
2026-07-20 9:59 ` [PATCH 1/7] soc: fsl: dpio: Remove redundant dev_err() Pan Chuang
2026-07-20 9:59 ` [PATCH 2/7] soc: ixp4xx: " Pan Chuang
2026-07-20 9:59 ` [PATCH 3/7] soc: mediatek: mtk-svs: Remove redundant dev_err_probe() Pan Chuang
2026-07-20 9:59 ` [PATCH 6/7] soc: ti: wkup_m3_ipc: Remove redundant dev_err() Pan Chuang
2026-07-20 14:17 ` Hari Prasath G E
2026-07-20 9:59 ` [PATCH 7/7] soc: xilinx: " Pan Chuang
2026-07-20 15:50 ` Pandey, Radhey Shyam
2026-07-21 5:49 ` Michal Simek [this message]
2026-07-22 2:23 ` Pan Chuang
2026-07-24 16:38 ` (subset) [PATCH 0/7] soc: Remove redundant error messages on IRQ request failure Nishanth Menon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=859dccbe-0d00-4380-9543-3b81f2380997@amd.com \
--to=michal.simek@amd.com \
--cc=arnd@kernel.org \
--cc=jay.buddhabhatti@amd.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marco.crivellari@suse.com \
--cc=panchuang@vivo.com \
--cc=ptsm@linux.microsoft.com \
--cc=radheys@amd.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox