From: Tobin C. Harding Date: Mon, 27 Mar 2017 23:28:40 +0000 (+1100) Subject: staging: dgnc: remove error message task X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a4b513f0afd19b36f3135161d23ee3c4cfd55475;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/dgnc/TODO b/drivers/staging/dgnc/TODO index d3806bebbcb5..d4cc65770513 100644 --- a/drivers/staging/dgnc/TODO +++ b/drivers/staging/dgnc/TODO @@ -1,6 +1,4 @@ * 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.