diff options
author | Jeff Johnson <quic_jjohnson@quicinc.com> | 2024-05-23 08:18:05 -0700 |
---|---|---|
committer | Kalle Valo <quic_kvalo@quicinc.com> | 2024-05-28 20:42:54 +0300 |
commit | af69d862a8baa600b018f66aca8174b23c166a5f (patch) | |
tree | 5623f01c19fd99ef04b979c621d87d483ddbcec6 /drivers/net/wireless/ath/ath11k/ce.h | |
parent | a57ab7cced454f69b8ee8aa5f5019ea8de4674da (diff) |
wifi: ath12k: Fix devmem address prefix when logging
Currently when ath12k QMI logging is enabled, messages such as the
following can be logged:
ath12k_pci 0000:03:00.0: devmem [0] start ox113000 size 20480
Replace ox% with 0x% to get a proper hex address prefix:
ath12k_pci 0000:03:00.0: devmem [0] start 0x113000 size 20480
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://msgid.link/20240523-ox-v1-1-112ae7350059@quicinc.com
Diffstat (limited to 'drivers/net/wireless/ath/ath11k/ce.h')
0 files changed, 0 insertions, 0 deletions