From: Zhao, Gang Date: Wed, 5 Feb 2014 16:10:35 +0000 (+0800) Subject: staging: et131x: remove spinlock adapter->lock X-Git-Tag: v3.15-rc1~139^2~1225 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b15862d46fd630e2550bd215307235e62fb756b;p=pandora-kernel.git staging: et131x: remove spinlock adapter->lock adapter->lock is only used in et131x_multicast(), which is eventually called by network stack function __dev_set_rx_mode(). __dev_set_rx_mode() is always called by (net_device *)dev->addr_list_lock hold, to protect from concurrent access. So adapter->lock is redundant. Signed-off-by: Zhao, Gang Acked-by: Mark Einon Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed