[PATCH 0/5] staging: r8188eu: some trivial cleanups

Martin Kaiser posted 5 patches 4 years, 5 months ago
drivers/staging/r8188eu/core/rtw_cmd.c        |  3 ---
drivers/staging/r8188eu/core/rtw_pwrctrl.c    |  9 +-------
drivers/staging/r8188eu/hal/rtl8188e_dm.c     |  1 -
drivers/staging/r8188eu/hal/rtl8188e_rf6052.c | 21 +++++++------------
drivers/staging/r8188eu/include/drv_types.h   |  2 --
drivers/staging/r8188eu/include/rtw_cmd.h     |  1 -
drivers/staging/r8188eu/include/rtw_pwrctrl.h |  5 -----
drivers/staging/r8188eu/os_dep/ioctl_linux.c  |  6 ------
drivers/staging/r8188eu/os_dep/os_intfs.c     |  4 ----
drivers/staging/r8188eu/os_dep/usb_intf.c     |  3 +--
10 files changed, 9 insertions(+), 46 deletions(-)
[PATCH 0/5] staging: r8188eu: some trivial cleanups
Posted by Martin Kaiser 4 years, 5 months ago
Remove unused variables and defines in several places.

Martin Kaiser (5):
  staging: r8188eu: remove unused power management defines
  staging: r8188eu: internal autosuspend is always false
  staging: r8188eu: fix_rate is set but not used.
  staging: r8188eu: cmd_issued_cnt is set but not used
  staging: r8188eu: turbo scan is always off for r8188eu

 drivers/staging/r8188eu/core/rtw_cmd.c        |  3 ---
 drivers/staging/r8188eu/core/rtw_pwrctrl.c    |  9 +-------
 drivers/staging/r8188eu/hal/rtl8188e_dm.c     |  1 -
 drivers/staging/r8188eu/hal/rtl8188e_rf6052.c | 21 +++++++------------
 drivers/staging/r8188eu/include/drv_types.h   |  2 --
 drivers/staging/r8188eu/include/rtw_cmd.h     |  1 -
 drivers/staging/r8188eu/include/rtw_pwrctrl.h |  5 -----
 drivers/staging/r8188eu/os_dep/ioctl_linux.c  |  6 ------
 drivers/staging/r8188eu/os_dep/os_intfs.c     |  4 ----
 drivers/staging/r8188eu/os_dep/usb_intf.c     |  3 +--
 10 files changed, 9 insertions(+), 46 deletions(-)

-- 
2.30.2

Re: [PATCH 0/5] staging: r8188eu: some trivial cleanups
Posted by Michael Straube 4 years, 5 months ago
On 1/2/22 18:59, Martin Kaiser wrote:
> Remove unused variables and defines in several places.
> 
> Martin Kaiser (5):
>    staging: r8188eu: remove unused power management defines
>    staging: r8188eu: internal autosuspend is always false
>    staging: r8188eu: fix_rate is set but not used.
>    staging: r8188eu: cmd_issued_cnt is set but not used
>    staging: r8188eu: turbo scan is always off for r8188eu
> 
>   drivers/staging/r8188eu/core/rtw_cmd.c        |  3 ---
>   drivers/staging/r8188eu/core/rtw_pwrctrl.c    |  9 +-------
>   drivers/staging/r8188eu/hal/rtl8188e_dm.c     |  1 -
>   drivers/staging/r8188eu/hal/rtl8188e_rf6052.c | 21 +++++++------------
>   drivers/staging/r8188eu/include/drv_types.h   |  2 --
>   drivers/staging/r8188eu/include/rtw_cmd.h     |  1 -
>   drivers/staging/r8188eu/include/rtw_pwrctrl.h |  5 -----
>   drivers/staging/r8188eu/os_dep/ioctl_linux.c  |  6 ------
>   drivers/staging/r8188eu/os_dep/os_intfs.c     |  4 ----
>   drivers/staging/r8188eu/os_dep/usb_intf.c     |  3 +--
>   10 files changed, 9 insertions(+), 46 deletions(-)
> 

Looks good to me. For all patches:

Acked-by: Michael Straube <straube.linux@gmail.com>