diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-02-25 16:11:52 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-04-03 17:54:24 -0400 |
commit | 21a6a6e9f81fb26fbcecbb1304018d34dcd1794f (patch) | |
tree | f035f9beb401c99346baf4553ed3b7136be3a270 /drivers/staging | |
parent | c4739ea63c56928103bc1748c6d9b1df5d815a02 (diff) |
Staging: heci: add TODO file
List some of the remaining issues in the code.
Cc: Anas Nashif <anas.nashif@intel.com>
Cc: Marcin Obara <marcin.obara@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/heci/TODO | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/staging/heci/TODO b/drivers/staging/heci/TODO new file mode 100644 index 000000000000..f86715d631c4 --- /dev/null +++ b/drivers/staging/heci/TODO | |||
@@ -0,0 +1,6 @@ | |||
1 | TODO: | ||
2 | - fix user/kernel pointer mess in the ioctl handlers as pointed | ||
3 | out by sparse. | ||
4 | - resolve the ioctls and see if most of them can just be simple | ||
5 | sysfs files | ||
6 | - fix locking issues that sparse points out at the least. | ||