wifi: iwlwifi: mvm: remove h from printk format specifier
authorTom Rix <trix@redhat.com>
Thu, 26 Jan 2023 22:28:13 +0000 (00:28 +0200)
committerGregory Greenman <gregory.greenman@intel.com>
Mon, 30 Jan 2023 10:59:39 +0000 (12:59 +0200)
commit4de5ceef3647e6c68fa9b9611ce10dfd27f5045d
treefb61b67895993d72269070cc68a4370de1a67488
parent12de5de4d18869bb226c02e11faa91fa8e84df2c
wifi: iwlwifi: mvm: 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: Johannes Berg <johannes.berg@intel.com>
Link: https://lore.kernel.org/r/20230127002430.a25158d58fd7.Ibfe217f12a63c1d5349218e74c4b802c70c13c7c@changeid
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c
drivers/net/wireless/intel/iwlwifi/mvm/ftm-initiator.c