projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
824174c
)
ath6kl: Fix typo in htc mbox debug print msg
author
Raja Mani
<rmani@qca.qualcomm.com>
Mon, 28 May 2012 06:21:13 +0000
(11:51 +0530)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Tue, 29 May 2012 11:21:25 +0000
(14:21 +0300)
Add missing ZERO (x%x to 0x%x) in the format specifier
while printing hex value in htc module.
Signed-off-by: Raja Mani <rmani@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/htc_mbox.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath6kl/htc_mbox.c
b/drivers/net/wireless/ath/ath6kl/htc_mbox.c
index
2798624
..
cd0e1ba
100644
(file)
--- a/
drivers/net/wireless/ath/ath6kl/htc_mbox.c
+++ b/
drivers/net/wireless/ath/ath6kl/htc_mbox.c
@@
-1309,7
+1309,7
@@
static int ath6kl_htc_rx_packet(struct htc_target *target,
}
ath6kl_dbg(ATH6KL_DBG_HTC,
- "htc rx 0x%p hdr x%x len %d mbox 0x%x\n",
+ "htc rx 0x%p hdr
0
x%x len %d mbox 0x%x\n",
packet, packet->info.rx.exp_hdr,
padded_len, dev->ar->mbox_info.htc_addr);