staging: r8188eu: remove DBG_88E calls from os_dep/ioctl_linux.c
authorPhillip Potter <phil@philpotter.co.uk>
Wed, 16 Feb 2022 01:07:00 +0000 (01:07 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Feb 2022 15:00:36 +0000 (16:00 +0100)
commit1cdb45322a6cfd877cc59e3f81923a78590b9ad0
treedfc0379c2ee9d76ff6cb6044b71116f88d257ad0
parentdb67ebf6b49cd6909f210ee44eb51d3cf2e39ae4
staging: r8188eu: remove DBG_88E calls from os_dep/ioctl_linux.c

Remove all remaining DBG_88E calls from os_dep/ioctl_linux.c, patching
separately from the rest of the os_dep subdirectory for ease of review
due to the sheer number of calls. After some thought, it makes more
sense to just entirely strip all of these calls, so that debugging
code in the driver can be more consistent and useful going forwards.

Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20220216010709.791-7-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/os_dep/ioctl_linux.c