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@fintech.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