diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2010-09-14 15:41:48 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-09-16 12:29:31 -0700 |
commit | 73115300353c7a48022c2f6260a4a9002393a784 (patch) | |
tree | d62abc3d300f97a2a32c09e5125a74666f55c21d | |
parent | fa1ae16c97d25bb57ed9e1971b9e814da6a290bd (diff) | |
download | linux-73115300353c7a48022c2f6260a4a9002393a784.tar.gz linux-73115300353c7a48022c2f6260a4a9002393a784.tar.bz2 linux-73115300353c7a48022c2f6260a4a9002393a784.zip |
staging/keucr: update TODO list and ask question about it
Update keucr TODO with additional work items.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Al Cho <acho@novell.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/keucr/TODO | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/keucr/TODO b/drivers/staging/keucr/TODO index 4e39e03f5796..29f1b10bd2f6 100644 --- a/drivers/staging/keucr/TODO +++ b/drivers/staging/keucr/TODO @@ -6,6 +6,9 @@ TODO: be merged into the drivers/usb/storage/ directory and infrastructure instead. - review by the USB developer community + - common.h: use kernel swap, le, & be functions + - smcommon.h & smilsub.c: use kernel hweight8(), hweight16(), + strcmp(), & strcpy() Please send any patches for this driver to Al Cho <acho@novell.com> and Greg Kroah-Hartman <gregkh@suse.de>. |