diff options
author | Todd Poynor <toddpoynor@google.com> | 2018-07-26 20:07:36 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-27 17:09:17 +0200 |
commit | e8742fc322ab699862cfe585afbce5dbc59aa4f0 (patch) | |
tree | 067a9039c4190b149b73bec0f5c260cbc6455b03 /drivers/staging/gasket/TODO | |
parent | 76fe4ae0e758fd20ea732b85c1733c4fb2d1745a (diff) |
staging: gasket: TODO: remove entry for convert to standard logging
Gasket/apex drivers now use standard logging, remove TODO entry for
this.
Signed-off-by: Todd Poynor <toddpoynor@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/gasket/TODO')
-rw-r--r-- | drivers/staging/gasket/TODO | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/gasket/TODO b/drivers/staging/gasket/TODO index d3c44ca4fda2..fb71997fb561 100644 --- a/drivers/staging/gasket/TODO +++ b/drivers/staging/gasket/TODO @@ -4,7 +4,6 @@ staging directory. - Document sysfs files with Documentation/ABI/ entries. - Use misc interface instead of major number for driver version description. - Add descriptions of module_param's -- Remove gasket-specific logging functions. - apex_get_status() should actually check status. - Static functions don't need kernel doc formatting, can be simplified. - Fix multi-line alignment formatting to look like: |