Re: [PATCH ath-next] wifi: ath12k: remove skb->data check in ath12k_wmi_process_tpc_stats()
Baochen Qiang <[email protected]> Thu, 30 Jul 2026 09:50:03 +0800
| Newsgroups | org.infradead.lists.ath12k,org.kernel.vger.linux-kernel,org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <[email protected]> |
On 7/29/2026 9:15 AM, Jeff Johnson wrote: > Currently, ath12k_wmi_process_tpc_stats() has a !skb->data check. This > check is pointless since skb->data is accessed by ath12k_wmi_op_rx() in > order to dispatch the message to this function, therefore it is always > non-NULL. > > Remove the pointless check and its associated warning message. > > Compile tested only. > > Assisted-by: Claude:claude-sonnet-4-6 > Signed-off-by: Jeff Johnson <[email protected]> Reviewed-by: Baochen Qiang <[email protected]>