staging: et131x: Remove spinlock fbr_lock
authorMark Einon <mark.einon@gmail.com>
Wed, 3 Sep 2014 21:40:55 +0000 (22:40 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Sep 2014 20:47:01 +0000 (13:47 -0700)
commit8b09e8cf369da1282fa55c2e4a36c89d6f5c6208
tree7e5b309cdc243865d0252c135753b2f6edfa589c
parentbe40a261aa52912b3e708e34383f0f0afb10d212
staging: et131x: Remove spinlock fbr_lock

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.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/et131x/et131x.c
This page took 0.027128 seconds and 5 git commands to generate.