ath10k: change sw version print format to hex
Software version within WMI event ready message was displayed in a not very useful decimal format. Change this info to be shown in a hexadecimal format instead. Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
73690c4843
commit
7b3087323f
1 changed files with 1 additions and 1 deletions
|
|
@ -5650,7 +5650,7 @@ int ath10k_wmi_event_ready(struct ath10k *ar, struct sk_buff *skb)
|
|||
}
|
||||
|
||||
ath10k_dbg(ar, ATH10K_DBG_WMI,
|
||||
"wmi event ready sw_version %u abi_version %u mac_addr %pM status %d\n",
|
||||
"wmi event ready sw_version 0x%08x abi_version %u mac_addr %pM status %d\n",
|
||||
__le32_to_cpu(arg.sw_version),
|
||||
__le32_to_cpu(arg.abi_version),
|
||||
arg.mac_addr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue