public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/9] wifi: rsi: Remove some unnecessary conversions
@ 2023-08-03  7:34 Wu Yunchuan
  2023-08-03  7:43 ` Kalle Valo
  0 siblings, 1 reply; 3+ messages in thread
From: Wu Yunchuan @ 2023-08-03  7:34 UTC (permalink / raw)
  To: kvalo
  Cc: simon.horman, yuancan, marex, peter, johannes.berg, alexander,
	linux-wireless, linux-kernel, kernel-janitors, Wu Yunchuan

remove unnecessary (void*) conversions and other unnecessary
conversons in the directory drivers/net/wireless/rsi. 

changes from v2 to v1:
 - modify subject lines

Wu Yunchuan (9):
  wifi: rsi: rsi_91x_coex: Remove unnecessary (void*) conversions
  wifi: rsi: rsi_91x_debugfs: Remove unnecessary (void*) conversions
  wifi: rsi: rsi_91x_hal: Remove unnecessary conversions
  wifi: rsi: rsi_91x_mac80211: Remove unnecessary conversions
  wifi: rsi: rsi_91x_main: Remove unnecessary (void*) conversions
  wifi: rsi: rsi_91x_sdio: Remove unnecessary (void*) conversions
  wifi: rsi: rsi_91x_sdio_ops: Remove unnecessary (void*) conversions
  wifi: rsi: rsi_91x_usb: Remove unnecessary (void*) conversions
  wifi: rsi: rsi_91x_usb_ops: Remove unnecessary (void*) conversions

 drivers/net/wireless/rsi/rsi_91x_coex.c     | 11 +++---
 drivers/net/wireless/rsi/rsi_91x_debugfs.c  |  3 +-
 drivers/net/wireless/rsi/rsi_91x_hal.c      |  2 +-
 drivers/net/wireless/rsi/rsi_91x_mac80211.c |  4 +--
 drivers/net/wireless/rsi/rsi_91x_main.c     |  4 +--
 drivers/net/wireless/rsi/rsi_91x_sdio.c     | 39 ++++++++-------------
 drivers/net/wireless/rsi/rsi_91x_sdio_ops.c | 15 +++-----
 drivers/net/wireless/rsi/rsi_91x_usb.c      | 20 +++++------
 drivers/net/wireless/rsi/rsi_91x_usb_ops.c  |  2 +-
 9 files changed, 40 insertions(+), 60 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-03  8:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-03  7:34 [PATCH net-next v2 0/9] wifi: rsi: Remove some unnecessary conversions Wu Yunchuan
2023-08-03  7:43 ` Kalle Valo
2023-08-03  7:50   ` yunchuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox