staging: dgnc: remove error message task

TODO file lists task to remove unnecessary error messages. There are
no unnecessary error messages in the driver, this must have been done
already.

Remove task from TODO file.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Tobin C. Harding 2017-03-28 10:28:40 +11:00 committed by Greg Kroah-Hartman
parent a21f95e5cf
commit a4b513f0af
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,4 @@
* remove unnecessary comments
* remove unnecessary error messages. Example kzalloc() has its
own error message. Adding an extra one is useless.
* there is a lot of unnecessary code in the driver. It was
originally a standalone driver. Remove unneeded code.