staging: dgnc: remove item from TODO list
authorTobin C. Harding <me@tobin.cc>
Tue, 7 Mar 2017 09:57:04 +0000 (20:57 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 12 Mar 2017 13:46:34 +0000 (14:46 +0100)
TODO file contains task to verify and correct function return
sites. Need to check for and implement correct usage of goto's when
there is work to be done before returning.

Remove task from TODO list after already having completed audit of
directory drivers/staging/dgnc.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/TODO

index e26d1d6a59416a145caac5ea0fedfe7ffc2c24a8..d3806bebbcb5c558ca78e6a0ebe25335210b66ed 100644 (file)
@@ -1,7 +1,6 @@
 * remove unnecessary comments
 * remove unnecessary error messages. Example kzalloc() has its
   own error message. Adding an extra one is useless.
-* use goto statements for error handling when appropriate
 * there is a lot of unnecessary code in the driver. It was
   originally a standalone driver. Remove unneeded code.