linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Fixup unused variables and warnings
@ 2021-06-15 22:36 Phillip Potter
  2021-06-15 22:36 ` [PATCH 1/7] staging: rtl8188eu: remove empty label from mlmeext_joinbss_event_callback Phillip Potter
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Phillip Potter @ 2021-06-15 22:36 UTC (permalink / raw)
  To: gregkh; +Cc: Larry.Finger, dan.carpenter, linux-kernel, linux-staging

This series fixes an empty goto label by removing it and converting its
associated goto to a return. It also changes a decrement operator to
prefix to make it clearer, and provide expected behaviour. Finally, it
removes a lot of unused variables warned about by the kernel test robot,
which are a result of my previous DBG_88E removal series, and removes an
entire function as well which is surplus to requirements.

Phillip Potter (7):
  staging: rtl8188eu: remove empty label from
    mlmeext_joinbss_event_callback
  staging: rtl8188eu: use prefix decrement operator on trycnt variable
  staging: rtl8188eu: remove unused variables from core/rtw_efuse.c
  staging: rtl8188eu: remove unused variables from core/rtw_mlme_ext.c
  staging: rtl8188eu: remove unused variable from os_dep/ioctl_linux.c
  staging: rtl8188eu: remove unused variables from hal/rtl8188e_cmd.c
  staging: rtl8188eu: remove _dbg_dump_tx_info function

 drivers/staging/rtl8188eu/core/rtw_efuse.c    | 11 ++--------
 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 20 +++++--------------
 drivers/staging/rtl8188eu/hal/rtl8188e_cmd.c  |  4 ----
 drivers/staging/rtl8188eu/hal/rtl8188e_xmit.c | 17 ----------------
 .../staging/rtl8188eu/hal/rtl8188eu_xmit.c    |  1 -
 drivers/staging/rtl8188eu/hal/usb_halinit.c   |  2 +-
 .../staging/rtl8188eu/include/rtl8188e_xmit.h |  3 ---
 .../staging/rtl8188eu/os_dep/ioctl_linux.c    |  3 ---
 8 files changed, 8 insertions(+), 53 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2021-06-16  7:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15 22:36 [PATCH 0/7] Fixup unused variables and warnings Phillip Potter
2021-06-15 22:36 ` [PATCH 1/7] staging: rtl8188eu: remove empty label from mlmeext_joinbss_event_callback Phillip Potter
2021-06-15 22:36 ` [PATCH 2/7] staging: rtl8188eu: use prefix decrement operator on trycnt variable Phillip Potter
2021-06-15 22:36 ` [PATCH 3/7] staging: rtl8188eu: remove unused variables from core/rtw_efuse.c Phillip Potter
2021-06-15 22:36 ` [PATCH 4/7] staging: rtl8188eu: remove unused variables from core/rtw_mlme_ext.c Phillip Potter
2021-06-15 22:36 ` [PATCH 5/7] staging: rtl8188eu: remove unused variable from os_dep/ioctl_linux.c Phillip Potter
2021-06-15 22:36 ` [PATCH 6/7] staging: rtl8188eu: remove unused variables from hal/rtl8188e_cmd.c Phillip Potter
2021-06-15 22:36 ` [PATCH 7/7] staging: rtl8188eu: remove _dbg_dump_tx_info function Phillip Potter
2021-06-16  7:24 ` [PATCH 0/7] Fixup unused variables and warnings Greg KH
2021-06-16  7:58   ` Phillip Potter

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).