Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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: default avatarTobin C. Harding <me@tobin.cc>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4f22e0fa
Loading
Loading
Loading
Loading
+0 −1
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.
* 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.