diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2017-04-20 09:49:03 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-04-26 11:38:56 +0200 |
commit | 139752a210544dd02bac5c21322751de300ece93 (patch) | |
tree | 06ae3f86136e3c65f44d568d1c74af3617a430f7 /samples | |
parent | 049a59db34eb4c41a0231f983f180053db8f80d4 (diff) | |
download | op-kernel-dev-139752a210544dd02bac5c21322751de300ece93.zip op-kernel-dev-139752a210544dd02bac5c21322751de300ece93.tar.gz |
mei: drop the TODO from samples
The TODO file is not relevant anymore and it's just a leftover from
the time the driver was in the staging tree.
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Reviewed-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/mei/TODO | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/samples/mei/TODO b/samples/mei/TODO deleted file mode 100644 index 6b3625d..0000000 --- a/samples/mei/TODO +++ /dev/null @@ -1,2 +0,0 @@ -TODO: - - Cleanup and split the timer function |