diff options
Diffstat (limited to 'drivers/staging/heci/TODO')
-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 @@ +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. |