staging: r8188eu: convert DBG_88E calls in core/rtw_security.c
authorPhillip Potter <phil@philpotter.co.uk>
Mon, 6 Dec 2021 23:49:51 +0000 (23:49 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 7 Dec 2021 10:12:22 +0000 (11:12 +0100)
commitefc7bc10d23f624ef2f9458d9c3b52d8415af3a0
tree1d546f75d6b4088250cbbf3f6be55e3399767d2d
parentbbe440bcc3f58087de19c7d9e03c9a9f1ab9b0a5
staging: r8188eu: convert DBG_88E calls in core/rtw_security.c

Convert all DBG_88E calls in core/rtw_security.c to netdev_dbg calls.
These calls seem to contain useful information/assertions and so are
probably worth keeping. In doing this conversion, also convert
static aes_decipher to take a struct adapter * parameter, as per the
convention elsewhere in the driver currently. This allows us to pass
this through and access its pnetdev member for the netdev_dbg call in
the function.

Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20211206234952.1238-2-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_security.c