linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] staging: rtl8192e: Remove ftrace-like logging RT_TRACE
@ 2022-09-17  4:24 Philipp Hortmann
  2022-09-17  4:25 ` [PATCH 1/6] staging: rtl8192e: Remove ftrace-like logging in r8192E_firmware.c, Philipp Hortmann
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Philipp Hortmann @ 2022-09-17  4:24 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-staging, linux-kernel

Remove "Unnecessary ftrace-like logging" as requested by checkpatch. To
keep the logging would make future patches for fixing CamelCase larger.

Tested with rtl8192e
Transferred this patch over wlan connection of rtl8192e

Philipp Hortmann (6):
  staging: rtl8192e: Remove ftrace-like logging in r8192E_firmware.c,
    ...
  staging: rtl8192e: Remove ftrace-like logging in r8192E_dev.c
  staging: rtl8192e: Remove ftrace-like logging in r8192E_phy.c
  staging: rtl8192e: Remove ftrace-like logging in rtl_dm.c
  staging: rtl8192e: Remove ftrace-like logging in rtl_ps.c
  staging: rtl8192e: Remove ftrace-like logging in rtl819x_BAProc.c, ...

 .../rtl8192e/rtl8192e/r8190P_rtl8256.c        |   6 -
 .../staging/rtl8192e/rtl8192e/r8192E_cmdpkt.c |   2 -
 .../staging/rtl8192e/rtl8192e/r8192E_dev.c    | 161 +----------------
 .../rtl8192e/rtl8192e/r8192E_firmware.c       |   7 -
 .../staging/rtl8192e/rtl8192e/r8192E_phy.c    | 132 --------------
 drivers/staging/rtl8192e/rtl8192e/rtl_cam.c   |  16 --
 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c    | 165 ------------------
 drivers/staging/rtl8192e/rtl8192e/rtl_pci.c   |   2 -
 drivers/staging/rtl8192e/rtl8192e/rtl_pm.c    |   1 -
 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c    |  34 ----
 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c    |   8 -
 drivers/staging/rtl8192e/rtl819x_BAProc.c     |   5 -
 drivers/staging/rtl8192e/rtllib_debug.h       |   6 -
 drivers/staging/rtl8192e/rtllib_softmac.c     |   8 -
 drivers/staging/rtl8192e/rtllib_softmac_wx.c  |   6 -
 15 files changed, 1 insertion(+), 558 deletions(-)

-- 
2.37.3


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

end of thread, other threads:[~2022-09-19  7:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-17  4:24 [PATCH 0/6] staging: rtl8192e: Remove ftrace-like logging RT_TRACE Philipp Hortmann
2022-09-17  4:25 ` [PATCH 1/6] staging: rtl8192e: Remove ftrace-like logging in r8192E_firmware.c, Philipp Hortmann
2022-09-17  4:25 ` [PATCH 2/6] staging: rtl8192e: Remove ftrace-like logging in r8192E_dev.c Philipp Hortmann
2022-09-17  4:25 ` [PATCH 3/6] staging: rtl8192e: Remove ftrace-like logging in r8192E_phy.c Philipp Hortmann
2022-09-17  4:25 ` [PATCH 4/6] staging: rtl8192e: Remove ftrace-like logging in rtl_dm.c Philipp Hortmann
2022-09-17  4:25 ` [PATCH 5/6] staging: rtl8192e: Remove ftrace-like logging in rtl_ps.c Philipp Hortmann
2022-09-17  4:25 ` [PATCH 6/6] staging: rtl8192e: Remove ftrace-like logging in rtl819x_BAProc.c, Philipp Hortmann
2022-09-19  7:09 ` [PATCH 0/6] staging: rtl8192e: Remove ftrace-like logging RT_TRACE Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).