ath10k: remove h from printk format specifier
authorTom Rix <trix@redhat.com>
Wed, 27 Jan 2021 22:23:44 +0000 (14:23 -0800)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 4 Feb 2021 07:37:58 +0000 (09:37 +0200)
commit779750bb153da37fb99388a7aad888c7798dc58a
treef4e2f200a72083a5d144ce944f7941fd37d888a5
parentb55379e343a3472c35f4a1245906db5158cab453
ath10k: remove h from printk format specifier

This change fixes the checkpatch warning described in this commit
commit cbacb5ab0aa0 ("docs: printk-formats: Stop encouraging use of
  unnecessary %h[xudi] and %hh[xudi]")

Standard integer promotion is already done and %hx and %hhx is useless
so do not encourage the use of %hh[xudi] or %h[xudi].

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210127222344.2445641-1-trix@redhat.com
drivers/net/wireless/ath/ath10k/htt_rx.c
drivers/net/wireless/ath/ath10k/htt_tx.c
drivers/net/wireless/ath/ath10k/mac.c
drivers/net/wireless/ath/ath10k/trace.h
drivers/net/wireless/ath/ath10k/txrx.c
drivers/net/wireless/ath/ath10k/wmi-tlv.c
drivers/net/wireless/ath/ath10k/wmi.c