staging: r8188eu: remove remaining DBG_88E call from include/usb_ops.h
authorPhillip Potter <phil@philpotter.co.uk>
Wed, 16 Feb 2022 01:07:02 +0000 (01:07 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Feb 2022 15:00:36 +0000 (16:00 +0100)
Remove the one remaining DBG_88E call from include/usb_ops.h. 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-9-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/usb_ops.h

index 62e4706c049735da10c67fa3620d68e8720d5d38..edef3ad1ccd96a4f162fb0d7cd2a092e7c475912 100644 (file)
@@ -31,8 +31,6 @@ static inline int rtw_inc_and_chk_continual_urb_error(struct dvobj_priv *dvobj)
        int value;
        value = atomic_inc_return(&dvobj->continual_urb_error);
        if (value > MAX_CONTINUAL_URB_ERR) {
-               DBG_88E("[dvobj:%p][ERROR] continual_urb_error:%d > %d\n",
-                       dvobj, value, MAX_CONTINUAL_URB_ERR);
                ret = true;
        }
        return ret;