2021-01-30 10:09:54

by samirweng1979

[permalink] [raw]
Subject: [PATCH] mwl8k: assign value when defining variables

From: wengjianfeng <[email protected]>

define refilled and then assign value to it, which should do
at the same time.

Signed-off-by: wengjianfeng <[email protected]>
---
drivers/net/wireless/marvell/mwl8k.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/net/wireless/marvell/mwl8k.c b/drivers/net/wireless/marvell/mwl8k.c
index abf3b02..435ef77 100644
--- a/drivers/net/wireless/marvell/mwl8k.c
+++ b/drivers/net/wireless/marvell/mwl8k.c
@@ -1208,9 +1208,8 @@ static int rxq_refill(struct ieee80211_hw *hw, int index, int limit)
{
struct mwl8k_priv *priv = hw->priv;
struct mwl8k_rx_queue *rxq = priv->rxq + index;
- int refilled;
+ int refilled = 0;

- refilled = 0;
while (rxq->rxd_count < MWL8K_RX_DESCS && limit--) {
struct sk_buff *skb;
dma_addr_t addr;
--
1.9.1


2021-02-08 11:27:22

by Kalle Valo

[permalink] [raw]
Subject: Re: [PATCH] mwl8k: assign value when defining variables

samirweng1979 <[email protected]> wrote:

> From: wengjianfeng <[email protected]>
>
> define refilled and then assign value to it, which should do
> that at the same time.
>
> Signed-off-by: wengjianfeng <[email protected]>

Patch applied to wireless-drivers-next.git, thanks.

bb779d476ff7 mwl8k: assign value when defining variables

--
https://patchwork.kernel.org/project/linux-wireless/patch/[email protected]/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches