iwlwifi: change functions that can only return 0 to void
authorSharon Dvir <sharon.dvir@intel.com>
Mon, 12 Jun 2017 08:28:21 +0000 (11:28 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Wed, 9 Aug 2017 06:35:13 +0000 (09:35 +0300)
commita4380b4eb3da772473efb38bfc1aaad8ddad2b84
treeb3fed7b81a464d0dd9837600056d9aea56bd18fc
parent61d8c626468a8193a5e890e9f633edc10aa05c1e
iwlwifi: change functions that can only return 0 to void

Change iwl_set_ucode_api_flags(), iwl_set_ucode_capabilities() to be void.
No need to check returned values.
Found by Klocwork.

Signed-off-by: Sharon Dvir <sharon.dvir@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-drv.c