mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
Staging: rtl8192u: Remove unnecessary printk
This patch removes the commented printk inside else block as it is not needed. Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
4ddc2f06c8
commit
433c7f8fe2
@@ -277,7 +277,6 @@ inline void softmac_mgmt_xmit(struct sk_buff *skb, struct ieee80211_device *ieee
|
||||
printk("%s():insert to waitqueue!\n",__func__);
|
||||
skb_queue_tail(&ieee->skb_waitQ[tcb_desc->queue_index], skb);
|
||||
} else {
|
||||
//printk("TX packet!\n");
|
||||
ieee->softmac_hard_start_xmit(skb, ieee->dev);
|
||||
//dev_kfree_skb_any(skb);//edit by thomas
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user