diff options
author | Mark Einon <mark.einon@gmail.com> | 2014-09-11 22:59:46 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-19 16:02:12 -0700 |
commit | be685bb01f63c5483e535854da75553e115bab54 (patch) | |
tree | cdb67a57e963476ab11f2b96072ba56788993970 /drivers | |
parent | 8019f2e2aa76658890dcca0cdff56a78959e3c57 (diff) | |
download | linux-be685bb01f63c5483e535854da75553e115bab54.tar.gz linux-be685bb01f63c5483e535854da75553e115bab54.tar.bz2 linux-be685bb01f63c5483e535854da75553e115bab54.zip |
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>
Diffstat (limited to 'drivers')
-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: |