Re: [PATCH v2 wireless-next 7/9] wifi: ath12k: Remove unnecessary (void*) conversions

From: Jeff Johnson
Date: Wed Sep 20 2023 - 14:04:16 EST


On 9/20/2023 7:52 AM, Kalle Valo wrote:
Wu Yunchuan <yunchuan@xxxxxxxxxxxx> wrote:

No need cast (void*) to (struct hal_rx_ppdu_end_user_stats *),
(struct ath12k_rx_desc_info *) or (struct hal_tx_msdu_ext_desc *).
Change the prototype to remove the local variable.

Signed-off-by: Wu Yunchuan <yunchuan@xxxxxxxxxxxx>
Suggested-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx>
Signed-off-by: Kalle Valo <quic_kvalo@xxxxxxxxxxx>

For the Pending change:
Acked-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx>