From: Emmanuel Grumbach Date: Wed, 11 Dec 2013 07:24:39 +0000 (+0200) Subject: iwlwifi: pcie: no need to save inta in trans_pcie X-Git-Tag: v3.14-rc1~94^2~238^2^2~83^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe523dc9e90569656b19229d08b27d6cd55f9700;p=pandora-kernel.git iwlwifi: pcie: no need to save inta in trans_pcie This was useful when the handling was not in the same context as the interrupt cause retrieval: we could have several hard interrupts until the handler gets called. Since we retrieve the interrupt cause in the handler itself, there is no need to OR the interrupt causes. Reviewed-by: Johannes Berg Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed