linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Angelo Dureghello <angelo@kernel-space.org>
To: Marc Kleine-Budde <mkl@pengutronix.de>, linux-can@vger.kernel.org
Subject: Re: [PATCH] can: flexcan: flexcan_error_irq_disable(): add missing variable initialization
Date: Wed, 28 Jul 2021 10:02:51 +0200	[thread overview]
Message-ID: <0df3a8b6-7fa5-c68b-8c4f-10baca48c01b@kernel-space.org> (raw)
In-Reply-To: <20210728075659.6npegwljokksjtjy@pengutronix.de>

Hi,

thanks for the fix,


On 28/07/21 9:56 AM, Marc Kleine-Budde wrote:
> The subject is obviously wrong, fixed to "flexcan_clks_enable()".
> 
> Marc
> 
> On 28.07.2021 09:54:28, Marc Kleine-Budde wrote:
>> This patch adds the missing initialization of the "err" variable in
>> the flexcan_clks_enable() function.
>>
>> Fixes: d9cead75b1c6 ("can: flexcan: add mcf5441x support")
>> Reported-by: kernel test robot <lkp@intel.com>
>> Cc: Angelo Dureghello <angelo@kernel-space.org>
>> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
>> ---
>>   drivers/net/can/flexcan.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/net/can/flexcan.c b/drivers/net/can/flexcan.c
>> index 54ffb796a320..7734229aa078 100644
>> --- a/drivers/net/can/flexcan.c
>> +++ b/drivers/net/can/flexcan.c
>> @@ -649,7 +649,7 @@ static inline void flexcan_error_irq_disable(const struct flexcan_priv *priv)
>>   
>>   static int flexcan_clks_enable(const struct flexcan_priv *priv)
>>   {
>> -	int err;
>> +	int err = 0;
>>   
>>   	if (priv->clk_ipg) {
>>   		err = clk_prepare_enable(priv->clk_ipg);
>> -- 
>> 2.30.2
>>
>>
>>
> 

regards,
-- 
Angelo Dureghello

      reply	other threads:[~2021-07-28  8:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-28  7:54 [PATCH] can: flexcan: flexcan_error_irq_disable(): add missing variable initialization Marc Kleine-Budde
2021-07-28  7:56 ` Marc Kleine-Budde
2021-07-28  8:02   ` Angelo Dureghello [this message]

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=0df3a8b6-7fa5-c68b-8c4f-10baca48c01b@kernel-space.org \
    --to=angelo@kernel-space.org \
    --cc=linux-can@vger.kernel.org \
    --cc=mkl@pengutronix.de \
    /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;
as well as URLs for NNTP newsgroup(s).