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

From: yunchuan
Date: Fri Sep 15 2023 - 05:54:50 EST


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 <yunchuan@xxxxxxxxxxxx>
---
  drivers/net/wireless/ath/ath10k/htt_tx.c | 6 ++----
  drivers/net/wireless/ath/ath9k/pci.c     | 6 +++---

ath9k change should be in a separate patch since it has a different maintainer than ath10k

Hi,

Sorry for this careless mistake, I will send v2 patch next week to fix this mistake.
Thanks for your reminder!

Wu Yunchuan