1
0
Fork 0

rtl8723bs: disable error message about failure to alloc recvbuf

alistair/sunxi64-5.5-dsi
Vasily Khoruzhick 2018-09-10 20:32:51 -07:00 committed by Alistair Francis
parent 52d5ebb58c
commit 3cfe803765
1 changed files with 1 additions and 1 deletions

View File

@ -865,7 +865,7 @@ static struct recv_buf *sd_recv_rxfifo(struct adapter *adapter, u32 size)
recv_priv = &adapter->recvpriv;
recvbuf = rtw_dequeue_recvbuf(&recv_priv->free_recv_buf_queue);
if (!recvbuf) {
DBG_871X_LEVEL(_drv_err_, "%s: alloc recvbuf FAIL!\n", __func__);
//DBG_871X_LEVEL(_drv_err_, "%s: alloc recvbuf FAIL!\n", __func__);
return NULL;
}