staging: dgnc: remove error message task
authorTobin C. Harding <me@tobin.cc>
Mon, 27 Mar 2017 23:28:40 +0000 (10:28 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Mar 2017 07:37:10 +0000 (09:37 +0200)
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>
drivers/staging/dgnc/TODO

index d3806be..d4cc657 100644 (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.