projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4739ea
)
Staging: heci: add TODO file
author
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 25 Feb 2009 21:11:52 +0000
(13:11 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 3 Apr 2009 21:54:24 +0000
(14:54 -0700)
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>
drivers/staging/heci/TODO
[new file with mode: 0644]
patch
|
blob
diff --git a/drivers/staging/heci/TODO
b/drivers/staging/heci/TODO
new file mode 100644
(file)
index 0000000..
f86715d
--- /dev/null
+++ b/
drivers/staging/heci/TODO
@@ -0,0
+1,6
@@
+TODO:
+ - fix user/kernel pointer mess in the ioctl handlers as pointed
+ out by sparse.
+ - resolve the ioctls and see if most of them can just be simple
+ sysfs files
+ - fix locking issues that sparse points out at the least.