From 21a6a6e9f81fb26fbcecbb1304018d34dcd1794f Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 25 Feb 2009 13:11:52 -0800 Subject: [PATCH] Staging: heci: add TODO file List some of the remaining issues in the code. Cc: Anas Nashif Cc: Marcin Obara Signed-off-by: Greg Kroah-Hartman --- drivers/staging/heci/TODO | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 drivers/staging/heci/TODO 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. -- 2.45.2