[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210611002504.166405-1-phil@philpotter.co.uk>
Date: Fri, 11 Jun 2021 01:24:58 +0100
From: Phillip Potter <phil@...lpotter.co.uk>
To: gregkh@...uxfoundation.org
Cc: Larry.Finger@...inger.net, straube.linux@...il.com,
kaixuxia@...cent.com, linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org, liushixin2@...wei.com,
unixbhaskar@...il.com, gustavoars@...nel.org, martin@...ser.cx,
bkkarthik@...u.pes.edu, dan.carpenter@...cle.com
Subject: [PATCH 0/6] staging: rtl8188eu: remove hal/odm_debug.h
This series removes hal/odm_debug.h, which contains various preprocessor
definitions, as well as an unwieldy ODM_RT_TRACE macro which is not best
practice. It also removes all uses of this macro, and the associated
fields in struct odm_dm_struct which are only used by this macro.
This makes the code cleaner, thus moving it closer to getting out of
staging.
Phillip Potter (6):
staging: rtl8188eu: remove ODM_RT_TRACE calls from hal/phy.c
staging: rtl8188eu: remove ODM_RT_TRACE calls from
hal/hal8188e_rate_adaptive.c
staging: rtl8188eu: remove ODM_RT_TRACE calls from hal/odm_rtl8188e.c
staging: rtl8188eu: remove ODM_RT_TRACE calls from hal/odm.c
staging: rtl8188eu: remove DebugComponents/DebugLevel from
odm_dm_struct
staging: rtl8188eu: remove include/odm_debug.h
.../rtl8188eu/hal/hal8188e_rate_adaptive.c | 123 +-------------
drivers/staging/rtl8188eu/hal/odm.c | 150 ++----------------
drivers/staging/rtl8188eu/hal/odm_rtl8188e.c | 6 -
drivers/staging/rtl8188eu/hal/phy.c | 38 +----
drivers/staging/rtl8188eu/hal/rtl8188e_dm.c | 2 -
drivers/staging/rtl8188eu/hal/usb_halinit.c | 5 -
drivers/staging/rtl8188eu/include/odm.h | 2 -
drivers/staging/rtl8188eu/include/odm_debug.h | 83 ----------
.../staging/rtl8188eu/include/odm_precomp.h | 4 -
9 files changed, 14 insertions(+), 399 deletions(-)
delete mode 100644 drivers/staging/rtl8188eu/include/odm_debug.h
--
2.30.2
Powered by blists - more mailing lists