diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2015-02-23 07:05:59 -0500 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-03-03 08:39:34 -0500 |
commit | df905570bbf18139c0a437ec2f63bb33a03e9703 (patch) | |
tree | fd205c97aca74173b41c1f8d1ba51a5bd3f64acd /drivers/net/wireless/rtlwifi/rtl8821ae/hw.c | |
parent | 97bf861572adacadc7a217487d77ba5c0be4b99d (diff) |
rtlwifi: rtl8821ae: Remove duplicate hex prefixes
The # flag in %X means print a 0X prefix. Remove the extra 0x prefix.
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/rtlwifi/rtl8821ae/hw.c')
-rw-r--r-- | drivers/net/wireless/rtlwifi/rtl8821ae/hw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rtlwifi/rtl8821ae/hw.c b/drivers/net/wireless/rtlwifi/rtl8821ae/hw.c index ac235df727af..2a0a71bac00c 100644 --- a/drivers/net/wireless/rtlwifi/rtl8821ae/hw.c +++ b/drivers/net/wireless/rtlwifi/rtl8821ae/hw.c | |||
@@ -1515,7 +1515,7 @@ static bool _rtl8821ae_dynamic_rqpn(struct ieee80211_hw *hw, u32 boundary, | |||
1515 | (u8 *)(&support_remote_wakeup)); | 1515 | (u8 *)(&support_remote_wakeup)); |
1516 | 1516 | ||
1517 | RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD, | 1517 | RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD, |
1518 | "boundary=0x%#X, NPQ_RQPNValue=0x%#X, RQPNValue=0x%#X\n", | 1518 | "boundary=%#X, NPQ_RQPNValue=%#X, RQPNValue=%#X\n", |
1519 | boundary, npq_rqpn_value, rqpn_val); | 1519 | boundary, npq_rqpn_value, rqpn_val); |
1520 | 1520 | ||
1521 | /* stop PCIe DMA | 1521 | /* stop PCIe DMA |