Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tobin C. Harding and committed by
Greg Kroah-Hartman
a4b513f0 a21f95e5

-2
-2
drivers/staging/dgnc/TODO
··· 1 1 * remove unnecessary comments 2 - * remove unnecessary error messages. Example kzalloc() has its 3 - own error message. Adding an extra one is useless. 4 2 * there is a lot of unnecessary code in the driver. It was 5 3 originally a standalone driver. Remove unneeded code. 6 4