All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: maowenan@huawei.com
Cc: kernel-janitors@vger.kernel.org, chris.snook@gmail.com,
	jcliburn@gmail.com, dan.carpenter@oracle.com,
	netdev@vger.kernel.org
Subject: Re: [PATCH net v3] net: set static variable an initial value in atl2_probe()
Date: Sat, 23 Feb 2019 13:47:50 -0800 (PST)	[thread overview]
Message-ID: <20190223.134750.1319881896395311657.davem@davemloft.net> (raw)
In-Reply-To: <20190222065723.193392-1-maowenan@huawei.com>

From: Mao Wenan <maowenan@huawei.com>
Date: Fri, 22 Feb 2019 14:57:23 +0800

> cards_found is a static variable, but when it enters atl2_probe(),
> cards_found is set to zero, the value is not consistent with last probe,
> so next behavior is not our expect.
> 
> Signed-off-by: Mao Wenan <maowenan@huawei.com>

Applied and queued up for -stable, thanks.

WARNING: multiple messages have this Message-ID (diff)
From: David Miller <davem@davemloft.net>
To: maowenan@huawei.com
Cc: kernel-janitors@vger.kernel.org, chris.snook@gmail.com,
	jcliburn@gmail.com, dan.carpenter@oracle.com,
	netdev@vger.kernel.org
Subject: Re: [PATCH net v3] net: set static variable an initial value in atl2_probe()
Date: Sat, 23 Feb 2019 21:47:50 +0000	[thread overview]
Message-ID: <20190223.134750.1319881896395311657.davem@davemloft.net> (raw)
In-Reply-To: <20190222065723.193392-1-maowenan@huawei.com>

From: Mao Wenan <maowenan@huawei.com>
Date: Fri, 22 Feb 2019 14:57:23 +0800

> cards_found is a static variable, but when it enters atl2_probe(),
> cards_found is set to zero, the value is not consistent with last probe,
> so next behavior is not our expect.
> 
> Signed-off-by: Mao Wenan <maowenan@huawei.com>

Applied and queued up for -stable, thanks.

  reply	other threads:[~2019-02-23 21:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-22  6:57 [PATCH net v3] net: set static variable an initial value in atl2_probe() Mao Wenan
2019-02-22  6:57 ` Mao Wenan
2019-02-23 21:47 ` David Miller [this message]
2019-02-23 21:47   ` David Miller

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=20190223.134750.1319881896395311657.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=chris.snook@gmail.com \
    --cc=dan.carpenter@oracle.com \
    --cc=jcliburn@gmail.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=maowenan@huawei.com \
    --cc=netdev@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.