ath6kl: fix %d confusingly prefixed with 0x in format strings
Signed-off-by: Hans Wennborg <hans@hanshq.net> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:

committed by
Kalle Valo

parent
804eef1479
commit
10d4987897
@@ -225,7 +225,7 @@ int ath6kl_diag_write32(struct ath6kl *ar, u32 address, __le32 value)
|
||||
ret = ath6kl_hif_diag_write32(ar, address, value);
|
||||
|
||||
if (ret) {
|
||||
ath6kl_err("failed to write 0x%x during diagnose window to 0x%d\n",
|
||||
ath6kl_err("failed to write 0x%x during diagnose window to 0x%x\n",
|
||||
address, value);
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user