iwlwifi: pcie: remove unnecessary setting of inta_mask
authorJohannes Berg <johannes.berg@intel.com>
Wed, 9 Dec 2020 21:16:35 +0000 (23:16 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Wed, 9 Dec 2020 22:14:20 +0000 (00:14 +0200)
commit69d6cfc491f0d2f0429b3ef1cffd393d826f2c5d
tree9570ac63c77fb27ecc5783147fa387f0cbf6f852
parent97b4f859543dd94f81b98de205628b90c10c0419
iwlwifi: pcie: remove unnecessary setting of inta_mask

We set this here, but don't really use it until we've
enabled interrupts. But when enabling interrupts we
always overwrite this value anyway, so remove setting
it here, mostly in order not to have some additional
code duplicated later.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20201209231352.135d96297aca.Id2d26fff60b6c31202bb0a36e46948bda6a39d33@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/pcie/trans.c