diff options
| author | 2014-09-11 22:59:46 +0100 | |
|---|---|---|
| committer | 2014-09-19 16:02:12 -0700 | |
| commit | be685bb01f63c5483e535854da75553e115bab54 (patch) | |
| tree | cdb67a57e963476ab11f2b96072ba56788993970 | |
| parent | staging: et131x: Simplify code in nic_rx_pkts() for multicast_pkts_rcvd (diff) | |
staging: et131x: Remove 'reduce number of spinlocks' TODO item
The number of spinlocks has been halved, from 8 to 4 since this
comment was made, let's see if this is enough.
Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/et131x/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/et131x/README b/drivers/staging/et131x/README index a198401abe09..01d9351f99e8 100644 --- a/drivers/staging/et131x/README +++ b/drivers/staging/et131x/README @@ -8,7 +8,6 @@ Note, the powermanagement options were removed from the vendor provided driver as they did not build properly at the time. TODO: - - Look at reducing the number of spinlocks - Reduce the number of split lines by careful consideration of variable names etc. Please send patches to: |
