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

2023-09-20 Thread Jeff Johnson
On 9/18/2023 9:50 PM, Wu Yunchuan wrote: No need cast (void*) to (struct htt_rx_ring_setup_ring32 *), (struct htt_rx_ring_setup_ring64 *). Change the prototype to remove the local variable. Signed-off-by: Wu Yunchuan Suggested-by: Jeff Johnson Ideally your Signed-off-by: should be the last

[PATCH v2 wireless-next 6/9] wifi: ath10k: Remove unnecessary (void*) conversions

2023-09-18 Thread Wu Yunchuan
No need cast (void*) to (struct htt_rx_ring_setup_ring32 *), (struct htt_rx_ring_setup_ring64 *). Change the prototype to remove the local variable. Signed-off-by: Wu Yunchuan Suggested-by: Jeff Johnson --- drivers/net/wireless/ath/ath10k/htt_tx.c | 16 ++-- 1 file changed, 6