From: Alistair Popple Date: Tue, 29 Oct 2013 23:50:38 +0000 (+1100) Subject: ibm emac: Fix locking for enable/disable eob irq X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~67^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32663b8b8948cc05f812ab82c1c7db2db3ddf717;p=pandora-kernel.git ibm emac: Fix locking for enable/disable eob irq Calls to mal_enable_eob_irq perform a read-write-modify of a dcr to enable device irqs which is protected by a spin lock. However calls to mal_disable_eob_irq do not take the corresponding lock. This patch resolves the problem by ensuring that calls to mal_disable_eob_irq also take the lock. Signed-off-by: Alistair Popple Signed-off-by: David S. Miller --- Reading git-diff-tree failed