Re: [PATCH v2] wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback function
From: Fedor Pchelkin <hidden>
Date: 2023-01-03 22:48:32
Also in:
linux-wireless, lkml
From: Fedor Pchelkin <hidden>
Date: 2023-01-03 22:48:32
Also in:
linux-wireless, lkml
Shouldn't this be 'goto invalid' like all the other error paths in that function?
It should. What is also important: I mistakenly chose kfree_skb() instead of dev_kfree_skb_any() in another patch so I must fix it. Thanks)