From: Emmanuel Grumbach Date: Wed, 11 Dec 2013 07:20:34 +0000 (+0200) Subject: iwlwifi: pcie: return inta from iwl_pcie_int_cause_{non_}ict X-Git-Tag: v3.14-rc1~94^2~238^2^2~83^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7117c000c8370026ee66e8c4b1e1e9838f9962fa;p=pandora-kernel.git iwlwifi: pcie: return inta from iwl_pcie_int_cause_{non_}ict These functions are meant to return an interrupt cause and not an irqreturn_t. We still return IRQ_HANDLED if we had an error and IRQ_NONE if our device hasn't fired any interrupt. Reviewed-by: Johannes Berg Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed