projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d833ed
)
rtlwifi: Remove duplicate __func__
author
Joe Perches
<joe@perches.com>
Thu, 5 Jan 2012 03:40:44 +0000
(19:40 -0800)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 24 Jan 2012 19:07:40 +0000
(14:07 -0500)
The RT_TRACE macro already prepends it.
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rtlwifi/rtl8192cu/trx.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/rtlwifi/rtl8192cu/trx.c
b/drivers/net/wireless/rtlwifi/rtl8192cu/trx.c
index aca0fd5d11655baf0613401d3bf839b744d0e835..7d5f79991f8e3df44e01f00024b154b0217b7f55 100644
(file)
--- a/
drivers/net/wireless/rtlwifi/rtl8192cu/trx.c
+++ b/
drivers/net/wireless/rtlwifi/rtl8192cu/trx.c
@@
-620,7
+620,7
@@
void rtl92cu_tx_fill_desc(struct ieee80211_hw *hw,
SET_TX_DESC_BMC(txdesc, 1);
_rtl_fill_usb_tx_desc(txdesc);
_rtl_tx_desc_checksum(txdesc);
- RT_TRACE(rtlpriv, COMP_SEND, DBG_TRACE, "
%s ==>\n", __func__
);
+ RT_TRACE(rtlpriv, COMP_SEND, DBG_TRACE, "
==>\n"
);
}
void rtl92cu_fill_fake_txdesc(struct ieee80211_hw *hw, u8 * pDesc,