staging: r8188eu: remove MSG_88E calls from hal/usb_halinit.c
authorPhillip Potter <phil@philpotter.co.uk>
Fri, 15 Oct 2021 00:02:33 +0000 (01:02 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Oct 2021 08:29:41 +0000 (10:29 +0200)
commit5ce0309027c0f5941cc20f0cd73a3da10469be2a
treec4182c10e8fd3e20cefa240a1caa86cab941662f
parent6ac113f741a7674e4268eea3eb13972732d83571
staging: r8188eu: remove MSG_88E calls from hal/usb_halinit.c

Remove both MSG_88E calls from hal/usb_halinit.c, as these calls serve
no purpose other than to print the name of the function they are in
(_ReadAdapterInfo8188EU) on entry and on exit, with a timing of the
function, which is better accomplished by other means. Also remove
the jiffies assignment at the start of the function, as it is no
longer used.

Acked-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20211015000233.842-1-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/usb_halinit.c