From: <Claudiu.Beznea@microchip.com>
To: <dzm91@hust.edu.cn>
Cc: <chengziqiu@hust.edu.cn>, <eugen.hristev@collabora.com>,
<jic23@kernel.org>, <lars@metafoo.de>,
<Nicolas.Ferre@microchip.com>, <alexandre.belloni@bootlin.com>,
<linux-iio@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] drivers: iio: remove dead code in at91_adc_probe
Date: Fri, 10 Mar 2023 09:55:11 +0000 [thread overview]
Message-ID: <9b4ff6bf-3ba3-10bd-f766-c1e8cb34a111@microchip.com> (raw)
In-Reply-To: <774cfa3a.25898.186cae584b7.Coremail.dzm91@hust.edu.cn>
On 10.03.2023 11:41, 慕冬亮 wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
>> -----原始邮件-----
>> 发件人: Claudiu.Beznea@microchip.com
>> 发送时间: 2023-03-10 17:14:56 (星期五)
>> 收件人: chengziqiu@hust.edu.cn, eugen.hristev@collabora.com, jic23@kernel.org, lars@metafoo.de, Nicolas.Ferre@microchip.com, alexandre.belloni@bootlin.com
>> 抄送: dzm91@hust.edu.cn, linux-iio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org
>> 主题: Re: [PATCH] drivers: iio: remove dead code in at91_adc_probe
>>
>> On 09.03.2023 17:05, Cheng Ziqiu wrote:
>>> >From the comment of platform_get_irq, it only returns non-zero IRQ
>>> number and negative error number, other than zero.
>>>
>>> Fix this by removing the if condition.
>>>
>>> Signed-off-by: Cheng Ziqiu <chengziqiu@hust.edu.cn>
>>
>> I see From and 1st SoB matches but
>>
>>> Signed-off-by: Dongliang Mu <dzm91@hust.edu.cn>
>>
>> this SoB seems extra. What is the contribution of Dongliang Mu to this patch?
>
> I reviewed this patch locally since this student is the first time to submit patch to the kernel mailing list.
Then please use "Reviewed-by" tag.
>
> In my lab, I encourage all students to fix kernel issues. However, their patches should be reviewed by me first before sending the mailing list.
>
>>
>>> ---
>>> drivers/iio/adc/at91-sama5d2_adc.c | 6 +-----
>>> 1 file changed, 1 insertion(+), 5 deletions(-)
>>>
>>> diff --git a/drivers/iio/adc/at91-sama5d2_adc.c b/drivers/iio/adc/at91-sama5d2_adc.c
>>> index 50d02e5fc6fc..168399092590 100644
>>> --- a/drivers/iio/adc/at91-sama5d2_adc.c
>>> +++ b/drivers/iio/adc/at91-sama5d2_adc.c
>>> @@ -2400,12 +2400,8 @@ static int at91_adc_probe(struct platform_device *pdev)
>>> st->dma_st.phys_addr = res->start;
>>>
>>> st->irq = platform_get_irq(pdev, 0);
>>> - if (st->irq <= 0) {
>>> - if (!st->irq)
>>> - st->irq = -ENXIO;
>>> -
>>> + if (st->irq < 0)
>>> return st->irq;
>>> - }
>>>
>>> st->per_clk = devm_clk_get(&pdev->dev, "adc_clk");
>>> if (IS_ERR(st->per_clk))
>>> --
>>> 2.34.1
>>>
>>
>
>
> --
> Best regards,
> Dongliang Mu
next prev parent reply other threads:[~2023-03-10 9:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-09 15:05 Cheng Ziqiu
2023-03-10 9:14 ` Claudiu.Beznea
2023-03-10 9:41 ` 慕冬亮
2023-03-10 9:55 ` Claudiu.Beznea [this message]
2023-03-10 9:58 ` Dongliang Mu
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=9b4ff6bf-3ba3-10bd-f766-c1e8cb34a111@microchip.com \
--to=claudiu.beznea@microchip.com \
--cc=Nicolas.Ferre@microchip.com \
--cc=alexandre.belloni@bootlin.com \
--cc=chengziqiu@hust.edu.cn \
--cc=dzm91@hust.edu.cn \
--cc=eugen.hristev@collabora.com \
--cc=jic23@kernel.org \
--cc=lars@metafoo.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/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
all inboxes | Powered by JetHome®