summaryrefslogtreecommitdiff
path: root/drivers/staging/gdm72xx
diff options
context:
space:
mode:
authorKristina Martšenko <kristina.martsenko@gmail.com>2014-03-14 23:10:06 (GMT)
committerPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>2014-03-17 02:53:58 (GMT)
commit3ce586107aa65c51c2322f6f47faeeec705c3f4b (patch)
tree220da205d26175884f9d4874391d54442077956b /drivers/staging/gdm72xx
parent8943a92fc257c439ffe55fb0f9896be57c58c56b (diff)
downloadlinux-3ce586107aa65c51c2322f6f47faeeec705c3f4b.tar.xz
staging: gdm72xx: remove completed TODO item
Remove an item from the TODO file since it appears to have been completed by the following commits: * 1839c7ebd9 "staging/gdm72xx: usb_boot: replace firmware upgrade API" * 3afcb91c41 "staging/gdm72xx: usb_boot: replace firmware upgrade API in em_download" * 9e412a0a58 "staging/gdm72xx: sdio_boot: replace firmware upgrade API" Signed-off-by: Kristina Martšenko <kristina.martsenko@gmail.com> Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Diffstat (limited to 'drivers/staging/gdm72xx')
-rw-r--r--drivers/staging/gdm72xx/TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/gdm72xx/TODO b/drivers/staging/gdm72xx/TODO
index 30ac01a..5ab27fb 100644
--- a/drivers/staging/gdm72xx/TODO
+++ b/drivers/staging/gdm72xx/TODO
@@ -1,5 +1,3 @@
TODO:
- Replace kernel_thread with kthread in gdm_usb.c
-- Replace hard-coded firmware paths with request_firmware in
- sdio_boot.c and usb_boot.c
- Clean up coding style to meet kernel standard.