Re: [PATCH ath-next] wifi: ath12k: remove skb->data check in ath12k_wmi_process_tpc_stats()
Rameshkumar Sundaram <[email protected]> Wed, 5 Aug 2026 16:47:21 +0530
| Newsgroups | org.kernel.vger.linux-wireless,org.infradead.lists.ath12k,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 7/29/2026 6:45 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: Rameshkumar Sundaram <[email protected]>