[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y9fAkt/5BRist//g@kroah.com>
Date: Mon, 30 Jan 2023 14:05:22 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Nikita Zhandarovich <n.zhandarovich@...tech.ru>
Cc: stable@...r.kernel.org, Felix Fietkau <nbd@....name>,
Lorenzo Bianconi <lorenzo.bianconi83@...il.com>,
Ryder Lee <ryder.lee@...iatek.com>,
Kalle Valo <kvalo@...eaurora.org>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
linux-mediatek@...ts.infradead.org, linux-kernel@...r.kernel.org,
Alexey Khoroshilov <khoroshilov@...ras.ru>,
lvc-project@...uxtesting.org
Subject: Re: [PATCH 5.10 1/1] mt76: fix mt7615_init_tx_queues() return value
On Mon, Jan 30, 2023 at 04:36:55AM -0800, Nikita Zhandarovich wrote:
> mt7615_init_tx_queues() returns 0 regardless of how final
> mt7615_init_tx_queue() performs. If mt7615_init_tx_queue() fails (due to
> memory issues, for instance), parent function will still erroneously
> return 0.
>
> This change takes into account ret value of mt7615_init_tx_queue()
> when finishing up mt7615_init_tx_queues().
>
> Fixes: 04b8e65922f6 ("mt76: add mac80211 driver for MT7615 PCIe-based chipsets")
> Signed-off-by: Nikita Zhandarovich <n.zhandarovich@...tech.ru>
>
> drivers/net/wireless/mediatek/mt76/mt7615/dma.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
What is the git commit id of this upstream?
And I can't apply this as-is for the obvious reason it would mess up the
changelog, how did you create this?
confused,
greg k-h
Powered by blists - more mailing lists