diff options
author | Tobin C. Harding <me@tobin.cc> | 2017-03-07 20:57:04 +1100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-12 14:46:34 +0100 |
commit | 2437a9e023fe1df77c053b222762357bb73212e8 (patch) | |
tree | 494b0c77adbc01dc86eddc8ab3e59e860d0cf9b4 /drivers/staging/dgnc | |
parent | 4f22e0fa01f5b33c9df42863980b8cfac200af2f (diff) |
staging: dgnc: remove item from TODO list
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>
Diffstat (limited to 'drivers/staging/dgnc')
-rw-r--r-- | drivers/staging/dgnc/TODO | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/dgnc/TODO b/drivers/staging/dgnc/TODO index e26d1d6a5941..d3806bebbcb5 100644 --- a/drivers/staging/dgnc/TODO +++ b/drivers/staging/dgnc/TODO @@ -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. |