From: Govindarajulu Varadarajan <_govind@gmx.com> Date: Sat, 22 Nov 2014 19:52:52 +0000 (+0530) Subject: enic: use spin_lock(wq_lock) instead of spin_lock_irqsave(wq_lock) X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~128 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78e2045d3d562e43562e3cbf0e96c26e38a718e9;p=pandora-kernel.git enic: use spin_lock(wq_lock) instead of spin_lock_irqsave(wq_lock) All the access to wq has been moved out of hardirq context. We no longer need to use spin_lock_irqsave. Signed-off-by: Govindarajulu Varadarajan <_govind@gmx.com> Signed-off-by: David S. Miller --- Reading git-diff-tree failed