iwlwifi: mvm: fix signedness warnings in ToF debugfs
authorJohannes Berg <johannes.berg@intel.com>
Thu, 24 Sep 2015 20:15:02 +0000 (22:15 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Mon, 5 Oct 2015 11:33:31 +0000 (14:33 +0300)
commite6c21be665cab08325ee1f99e76497b5ffa924a9
tree2980d4201f2a5e0cf27d09cac96a2e1de0925d78
parent1191f646bb913feba4239a7ca45e5edb09324869
iwlwifi: mvm: fix signedness warnings in ToF debugfs

Using an int* instead of u32* as the kstrtou32() output argument
obviously results in signedness warnings, change that.

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