commit | 138d320a95ce4ecef13e6b3f3b3a8a21af5c6e1d | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Dec 06 11:30:37 2018 +0100 |
committer | Luca Coelho <luciano.coelho@intel.com> | Mon Feb 04 12:28:06 2019 +0200 |
tree | 73701c2ce5d535aa010b3e78d9c3a6cecac11ee3 | |
parent | 9394662ab5e92ef1fcfe108ea4f4d98efa99d84a [diff] |
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>