From 3ce586107aa65c51c2322f6f47faeeec705c3f4b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristina=20Mart=C5=A1enko?= Date: Sat, 15 Mar 2014 01:10:06 +0200 Subject: [PATCH] staging: gdm72xx: remove completed TODO item MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Peter P Waskiewicz Jr --- drivers/staging/gdm72xx/TODO | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/gdm72xx/TODO b/drivers/staging/gdm72xx/TODO index 30ac01ab972f..5ab27fb29594 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. -- 2.34.1