staging: gdm72xx: Remove task from TODO list

Removed line related to replacement of kernel_thread with kthread,
as issue was fixed on ff5e4a1d27 ('Staging: gdm72xx: gdm_usb:
fix deprecated function kernel_thread')

Signed-off-by: Michalis Pappas <mpappas@fastmail.fm>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Michalis Pappas 2014-05-09 18:08:29 +08:00 коммит произвёл Greg Kroah-Hartman
Родитель ac1a3bfafb
Коммит 8a637aa550
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,2 @@
TODO:
- Replace kernel_thread with kthread in gdm_usb.c
- Clean up coding style to meet kernel standard.