From: hayeswang Date: Fri, 7 Mar 2014 03:04:34 +0000 (+0800) Subject: r8152: replace spin_lock_irqsave and spin_unlock_irqrestore X-Git-Tag: v3.15-rc1~113^2~207^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2685d4106316e9033f73e631b3bbb9e385123c0a;p=pandora-kernel.git r8152: replace spin_lock_irqsave and spin_unlock_irqrestore Use spin_lock and spin_unlock in interrupt context. The ndo_start_xmit would not be called in interrupt context, so replace the relative spin_lock_irqsave and spin_unlock_irqrestore with spin_lock_bh and spin_unlock_bh. Signed-off-by: Hayes Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed