Home
last modified time | relevance | path

Searched hist:"138 d320a95ce4ecef13e6b3f3b3a8a21af5c6e1d" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddebugfs.cdiff 138d320a95ce4ecef13e6b3f3b3a8a21af5c6e1d Thu Dec 06 11:30:37 CET 2018 Johannes Berg <johannes.berg@intel.com> 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>