From: Mark Einon Date: Sun, 14 Sep 2014 15:59:00 +0000 (+0100) Subject: staging: et131x: Remove send_hw_lock spinlock X-Git-Tag: fixes-for-v3.18-merge-window~15^2~398 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bacb71edb48050b46244a66ec8d49c55a89eec34;p=pandora-kernel.git staging: et131x: Remove send_hw_lock spinlock We don't need to use this lock - the tx path is protected by the networking subsystem xmit_lock, so we don't also need it in nic_send_packet(). The other use of this spinlock in et1310_enable_phy_coma() to protect a low power flag makes no sense, so can just be removed. Signed-off-by: Mark Einon Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed