]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: olpc_dcon: Already completed TODO entry removed
authorJens Frederich <jfrederich@gmail.com>
Sat, 17 Aug 2013 14:20:29 +0000 (16:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Aug 2013 22:29:23 +0000 (15:29 -0700)
The TODO entry - drop global variables, use a proper olpc_dcon_priv
struct - is already finished. The driver has no global variables.
It uses the private structure 'dcon_priv'.

Signed-off-by: Jens Frederich <jfrederich@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/olpc_dcon/TODO

index 901b891d38b23f64d5f879e53c7ae6bad4197c20..885399196de216b282abf335322483468450ddce 100644 (file)
@@ -3,7 +3,6 @@ TODO:
          share more code
        - allow simultaneous XO-1 and XO-1.5 support
        - console event notifier support
-       - drop global variables, use a proper olpc_dcon_priv struct
        - audit code for unnecessary code; old unsupported prototype
          workarounds, ancient variables (noaa?), etc
        - verify sane i2c API usage, update to new stuff if necessary