Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH rtw-next v2 0/2] wifi: rtlwifi/rtw89: remove conditional returns with no effect
@ 2026-07-26 13:40 Sang-Heon Jeon
  2026-07-26 13:40 ` [PATCH rtw-next v2 1/2] wifi: rtlwifi: rtl8821ae: remove conditional return " Sang-Heon Jeon
  2026-07-26 13:40 ` [PATCH rtw-next v2 2/2] wifi: rtw89: " Sang-Heon Jeon
  0 siblings, 2 replies; 6+ messages in thread
From: Sang-Heon Jeon @ 2026-07-26 13:40 UTC (permalink / raw)
  To: Ping-Ke Shih; +Cc: linux-kernel, linux-wireless

Hello,

This series removes conditional returns where both branches return
the same value, so the check has no effect. As suggested by Ping-Ke,
the wifi patch of the treewide v1 series [1] is split per driver and
posted separately.

Both patches are generated by the Coccinelle script, which you can
find in v1.

---
Changes from v1 [1]
- Split the wifi patch per driver
- Change base to rtw/rtw-next
- Filter only rtlwifi and rtw89 changes

[1] https://lore.kernel.org/all/20260723184538.3888637-1-ekffu200098@gmail.com/
---

Sang-Heon Jeon (2):
  wifi: rtlwifi: rtl8821ae: remove conditional return with no effect
  wifi: rtw89: remove conditional return with no effect

 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c | 7 +------
 drivers/net/wireless/realtek/rtw89/mac.c            | 6 +-----
 drivers/net/wireless/realtek/rtw89/mac_be.c         | 6 +-----
 3 files changed, 3 insertions(+), 16 deletions(-)

--
2.43.0


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

end of thread, other threads:[~2026-07-27  2:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-26 13:40 [PATCH rtw-next v2 0/2] wifi: rtlwifi/rtw89: remove conditional returns with no effect Sang-Heon Jeon
2026-07-26 13:40 ` [PATCH rtw-next v2 1/2] wifi: rtlwifi: rtl8821ae: remove conditional return " Sang-Heon Jeon
2026-07-27  2:04   ` Ping-Ke Shih
2026-07-27  2:09     ` Ping-Ke Shih
2026-07-26 13:40 ` [PATCH rtw-next v2 2/2] wifi: rtw89: " Sang-Heon Jeon
2026-07-27  2:06   ` Ping-Ke Shih

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