diff --git a/drivers/staging/heci/TODO b/drivers/staging/heci/TODO new file mode 100644 index 0000000000000000000000000000000000000000..f86715d631c447f6ec8671c1bf945656060a7d85 --- /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.