projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac1a3bf
)
staging: gdm72xx: Remove task from TODO list
author
Michalis Pappas
<mpappas@fastmail.fm>
Fri, 9 May 2014 10:08:29 +0000
(18:08 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 16 May 2014 19:12:52 +0000
(12:12 -0700)
Removed line related to replacement of kernel_thread with kthread,
as issue was fixed on
ff5e4a1d2702
('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>
drivers/staging/gdm72xx/TODO
patch
|
blob
|
history
diff --git
a/drivers/staging/gdm72xx/TODO
b/drivers/staging/gdm72xx/TODO
index 5ab27fb29594873a610db2f9f829adf797a56a8d..62d0cd6225c88277e342883e24fe747ca46c6b5d 100644
(file)
--- a/
drivers/staging/gdm72xx/TODO
+++ b/
drivers/staging/gdm72xx/TODO
@@
-1,3
+1,2
@@
TODO:
-- Replace kernel_thread with kthread in gdm_usb.c
- Clean up coding style to meet kernel standard.