From: Ben Hutchings Date: Thu, 3 Jan 2013 23:36:57 +0000 (+0000) Subject: sfc: Limit scope of a Falcon A1 IRQ workaround X-Git-Tag: v3.12-rc1~132^2~185^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1840667a851efb5f719d2c76b235c172104722e8;p=pandora-kernel.git sfc: Limit scope of a Falcon A1 IRQ workaround We unconditionally acknowledge legacy interrupts just before disabling them. This workaround is needed on Falcon A1 but probably not on later chips where the legacy interrupt mechanism is different. It was also originally done after the IRQ handler was removed, not before. Restore the original behaviour for Falcon A1 only by doing this acknowledgement in the efx_nic_type::fini operation. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed