Staging: rtl8723au: Remove unnecessary return statement.
Remove unnecessary return statement. Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
299ccc8a07
commit
9555ece315
@ -1175,8 +1175,6 @@ int InitLLTTable23a(struct rtw_adapter *padapter, u32 boundary)
|
|||||||
|
|
||||||
/* Let last entry point to the start entry of ring buffer */
|
/* Let last entry point to the start entry of ring buffer */
|
||||||
status = _LLTWrite(padapter, Last_Entry_Of_TxPktBuf, txpktbuf_bndy);
|
status = _LLTWrite(padapter, Last_Entry_Of_TxPktBuf, txpktbuf_bndy);
|
||||||
if (status != _SUCCESS)
|
|
||||||
return status;
|
|
||||||
|
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user