From: Lendacky, Thomas Date: Tue, 9 Dec 2014 20:54:08 +0000 (-0600) Subject: amd-xgbe: Use disable_irq_nosync when in IRQ context X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9c5c62db1c9bc20f396c3527b5074c4e7f1c275;p=pandora-kernel.git amd-xgbe: Use disable_irq_nosync when in IRQ context The disable_irq_nosync function, not the disable_irq function, must be used to disable the DMA channel interrupt from within the interrupt service routine. Change the disable_irq call to disable_irq_nosync. Signed-off-by: Tom Lendacky Signed-off-by: David S. Miller --- Reading git-diff-tree failed