[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1686149467.git.yogi.kernel@gmail.com>
Date: Wed, 7 Jun 2023 20:31:19 +0530
From: Yogesh Hegde <yogi.kernel@...il.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/5] Trivial code cleanup patches
These patches remove variables in the struct rtllib_device that were
set only once throughout the driver. Instead of using these variables,
the patches modify the relevant code to directly call the corresponding
functions, eliminating unnecessary indirection and removing CamelCase.
The patches are required to be applied in sequence.
Yogesh Hegde (5):
staging: rtl8192e: Remove variable SetWirelessMode
staging: rtl8192e: Remove variable SetBWModeHandler
staging: rtl8192e: Remove variable LeisurePSLeave
staging: rtl8192e: Remove variable InitialGainHandler
staging: rtl8192e: Remove DRV_NAME definition in rtllib_debug.h
drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c | 4 ++--
drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 4 ----
drivers/staging/rtl8192e/rtl819x_HTProc.c | 8 ++++----
drivers/staging/rtl8192e/rtllib.h | 6 ------
drivers/staging/rtl8192e/rtllib_debug.h | 5 -----
drivers/staging/rtl8192e/rtllib_rx.c | 3 ++-
drivers/staging/rtl8192e/rtllib_softmac.c | 16 +++++++---------
drivers/staging/rtl8192e/rtllib_softmac_wx.c | 9 +++++----
8 files changed, 20 insertions(+), 35 deletions(-)
--
2.25.1
Powered by blists - more mailing lists