[PATCH 2/4] staging: et131x: Remove spinlock fbr_lock

2014-09-03 Thread Mark Einon
The spinlock fbr_lock is only used in a single call sequence staring from et131x_poll. As this call is already locked by napi->poll_lock, we can remove it. Signed-off-by: Mark Einon --- drivers/staging/et131x/et131x.c | 6 -- 1 file changed, 6 deletions(-) diff --git

[PATCH 2/4] staging: et131x: Remove spinlock fbr_lock

2014-09-03 Thread Mark Einon
The spinlock fbr_lock is only used in a single call sequence staring from et131x_poll. As this call is already locked by napi-poll_lock, we can remove it. Signed-off-by: Mark Einon mark.ei...@gmail.com --- drivers/staging/et131x/et131x.c | 6 -- 1 file changed, 6 deletions(-) diff --git