summaryrefslogtreecommitdiff
path: root/drivers/staging/ks7010/TODO
diff options
context:
space:
mode:
authorTobin C. Harding <me@tobin.cc>2017-03-15 13:57:32 +1100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-16 11:43:09 +0900
commit6cdd65389892c6017666c499993fb1affc16223e (patch)
treea48ce93326f2073f2001285204dee444851a868d /drivers/staging/ks7010/TODO
parentf160bc206489b9b2ee128bc3b39acdec92bc4297 (diff)
staging: ks7010: remove dead code
Driver has dead code compiled out using preprocessor directives. TODO file asks for these not to be removed - ignore this. Remove dead code. Remove 'do not remove #if 0/1 ...' from TODO file. Signed-off-by: Tobin C. Harding <me@tobin.cc> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ks7010/TODO')
-rw-r--r--drivers/staging/ks7010/TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/ks7010/TODO b/drivers/staging/ks7010/TODO
index 2938d35be5bb..87a6dac4890d 100644
--- a/drivers/staging/ks7010/TODO
+++ b/drivers/staging/ks7010/TODO
@@ -18,8 +18,6 @@ First a few words what not to do (at least not blindly):
- don't be overly strict with the 80 char limit. Only if it REALLY makes the
code more readable
-- No '#if 0/1' removal unless the surrounding code is understood and removal is
- really OK. There might be some hints hidden there.
Now the TODOs: