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

2023-09-15 Thread yunchuan
On 2023/9/14 22:48, Jeff Johnson wrote: On 9/13/2023 9:05 PM, Wu Yunchuan wrote: No need cast (void*) to (struct htt_rx_ring_setup_ring32 *), (struct htt_rx_ring_setup_ring64 *), (struct ath_softc *) or (struct ath_hw *). Signed-off-by: Wu Yunchuan ---  

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

2023-09-14 Thread Jeff Johnson
On 9/13/2023 9:05 PM, Wu Yunchuan wrote: No need cast (void*) to (struct htt_rx_ring_setup_ring32 *), (struct htt_rx_ring_setup_ring64 *), (struct ath_softc *) or (struct ath_hw *). Signed-off-by: Wu Yunchuan --- drivers/net/wireless/ath/ath10k/htt_tx.c | 6 ++

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

2023-09-13 Thread Wu Yunchuan
No need cast (void*) to (struct htt_rx_ring_setup_ring32 *), (struct htt_rx_ring_setup_ring64 *), (struct ath_softc *) or (struct ath_hw *). Signed-off-by: Wu Yunchuan --- drivers/net/wireless/ath/ath10k/htt_tx.c | 6 ++ drivers/net/wireless/ath/ath9k/pci.c | 6 +++--- 2 files changed,