diff options
| author | Zhao, Gang <gamerh2o@gmail.com> | 2014-02-05 20:10:35 +0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-02-07 22:38:41 +0400 |
| commit | 0b15862d46fd630e2550bd215307235e62fb756b (patch) | |
| tree | 9dd9dcef2122d8f2f191029caa24f2c9cd821962 /scripts/patch-kernel | |
| parent | a863a15bf24ae025ec8c3d6b23600fd6cdd94edf (diff) | |
| download | linux-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 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
