]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8188eu: remove all DBG_88E calls from hal/usb_halinit.c
authorPhillip Potter <phil@philpotter.co.uk>
Tue, 15 Jun 2021 00:15:01 +0000 (01:15 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Jun 2021 11:56:11 +0000 (13:56 +0200)
commit8120569775081c330b4dfb6d27759f25f6302c17
tree9c399505b5b15bcba546881764317c3a4ff197a1
parent9516cb65a88bc00cfee101bb31d9bd9c869b9979
staging: rtl8188eu: remove all DBG_88E calls from hal/usb_halinit.c

Remove all DBG_88E calls from hal/usb_halinit.c as this macro is
unnecessary, and many of these calls are dubious in terms of necessity.
Removing all calls will ultimately allow the removal of the macro
itself. Also remove unused jiffies variable from the start of
rtl8188eu_hal_init.

Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20210615001507.1171-23-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/usb_halinit.c