Re: [PATCH ath-next] wifi: ath12k: remove skb->data check in ath12k_wmi_process_tpc_stats()
From: Rameshkumar Sundaram
Date: Wed Aug 05 2026 - 07:22:23 EST
On 7/29/2026 6:45 AM, Jeff Johnson wrote:
Currently, ath12k_wmi_process_tpc_stats() has a !skb->data check. ThisReviewed-by: Rameshkumar Sundaram <rameshkumar.sundaram@xxxxxxxxxxxxxxxx>
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 <jeff.johnson@xxxxxxxxxxxxxxxx>