Commit a4b513f0 authored by Tobin C. Harding's avatar Tobin C. Harding Committed by Greg Kroah-Hartman
Browse files

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: default avatarTobin C. Harding <me@tobin.cc>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a21f95e5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
* 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.