diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-24 13:16:53 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-24 13:16:53 -0700 |
commit | ca7ea39361aafc769cea5d68e021fccf0dbb714b (patch) | |
tree | a28aba77e28b0fbc5ffab7f1b403b8ce62c822ca /drivers/staging/gdm724x | |
parent | 57a39f6d727f240f61fd6262195f6dd635939522 (diff) |
staging: gdm724x: add tty stuff to TODO file.
At the least, this should be dynamic, and all of the tty stuff needs to
be audited really well.
Cc: Won Kang <wonkang@gctsemi.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/gdm724x')
-rw-r--r-- | drivers/staging/gdm724x/TODO | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/gdm724x/TODO b/drivers/staging/gdm724x/TODO index cd89214aa265..b2b571ecb063 100644 --- a/drivers/staging/gdm724x/TODO +++ b/drivers/staging/gdm724x/TODO @@ -9,6 +9,7 @@ TODO: - Explain reason for multiples of 512 bytes in alloc_tx_struct() - Review use of atomic allocation for tx structs - No error checking for alloc_tx_struct in do_tx() +- fix up static tty port allocation to be dynamic Patches to: Jonathan Kim <jonathankim@gctsemi.com> |