staging: r8188eu: remove RT_TRACE calls from hal/rtl8188eu_recv.c
authorPhillip Potter <phil@philpotter.co.uk>
Tue, 3 Aug 2021 23:05:29 +0000 (00:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Aug 2021 11:00:16 +0000 (13:00 +0200)
Remove RT_TRACE macro calls from hal/rtl8188eu_recv.c, so that ultimately the
macro definition itself can eventually be removed.

Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20210803230535.74254-3-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/rtl8188eu_recv.c

index d4dd0b7376adcadcebf8c6d870a30f04787e57ed..d0102b002fd22e318773eb8b947451723d636b58 100644 (file)
@@ -47,7 +47,6 @@ int   rtl8188eu_init_recv_priv(struct adapter *padapter)
        precvpriv->pallocated_recv_buf = rtw_zmalloc(NR_RECVBUFF * sizeof(struct recv_buf) + 4);
        if (!precvpriv->pallocated_recv_buf) {
                res = _FAIL;
-               RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("alloc recv_buf fail!\n"));
                goto exit;
        }
        memset(precvpriv->pallocated_recv_buf, 0, NR_RECVBUFF * sizeof(struct recv_buf) + 4);