mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
staging: rtl8192e: remove unnecesasry f-trace like logging
Fixed Check: Remove unnecessary f-trace like logging by simply deleting that statement as we have other modes of logging like ftrace. Reported by checkpatch. Signed-off-by: Mitali Borkar <mitaliborkar810@gmail.com> Link: https://lore.kernel.org/r/YHDtWizzh5EVLL4/@kali Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
92172da23c
commit
08aa09135c
|
|
@ -136,7 +136,6 @@ void TSInitialize(struct rtllib_device *ieee)
|
|||
struct rx_reorder_entry *pRxReorderEntry = ieee->RxReorderEntry;
|
||||
u8 count = 0;
|
||||
|
||||
netdev_vdbg(ieee->dev, "%s()\n", __func__);
|
||||
INIT_LIST_HEAD(&ieee->Tx_TS_Admit_List);
|
||||
INIT_LIST_HEAD(&ieee->Tx_TS_Pending_List);
|
||||
INIT_LIST_HEAD(&ieee->Tx_TS_Unused_List);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user