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)
commitb3ccfe3f22011faf456b563a329d67f9d6265472
tree9c399505b5b15bcba546881764317c3a4ff197a1
parent574e725d7330261f0d81afc613d5b890c466b76f
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