iwlwifi: dvm: use %u for sscanf() into unsigned variable
authorJohannes Berg <johannes.berg@intel.com>
Thu, 6 Dec 2018 10:30:37 +0000 (11:30 +0100)
committerLuca Coelho <luciano.coelho@intel.com>
Mon, 4 Feb 2019 10:28:06 +0000 (12:28 +0200)
commit138d320a95ce4ecef13e6b3f3b3a8a21af5c6e1d
tree73701c2ce5d535aa010b3e78d9c3a6cecac11ee3
parent9394662ab5e92ef1fcfe108ea4f4d98efa99d84a
iwlwifi: dvm: use %u for sscanf() into unsigned variable

Use %u instead of using %d which looks signed but then won't
get signed output if using an unsigned variable. It doesn't
matter much, but be consistent.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c