summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorZhao, Gang <gamerh2o@gmail.com>2014-02-05 20:10:35 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-02-07 22:38:41 +0400
commit0b15862d46fd630e2550bd215307235e62fb756b (patch)
tree9dd9dcef2122d8f2f191029caa24f2c9cd821962 /include
parenta863a15bf24ae025ec8c3d6b23600fd6cdd94edf (diff)
downloadlinux-0b15862d46fd630e2550bd215307235e62fb756b.tar.xz
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 <gamerh2o@gmail.com> Acked-by: Mark Einon <mark.einon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions