summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpete-pjb <[email protected]>2022-12-02 10:13:35 +0000
committerpete-pjb <[email protected]>2022-12-02 10:13:35 +0000
commit52261ac02dfbe58f35f959be852f0949cc0744cd (patch)
tree0d406830761cb66e04204f10162356e59bef0f19 /src
parent3816869fce15509fd43eb5a6d14de76478f86cf1 (diff)
Back out another of my changes I am still investigating.
Diffstat (limited to 'src')
-rw-r--r--src/portable/ehci/ehci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/portable/ehci/ehci.c b/src/portable/ehci/ehci.c
index 0af8c3b2d..361015964 100644
--- a/src/portable/ehci/ehci.c
+++ b/src/portable/ehci/ehci.c
@@ -193,7 +193,6 @@ static void list_remove_qhd_by_addr(ehci_link_t* list_head, uint8_t dev_addr)
{
// TODO check type for ISO iTD and siTD
// TODO Suppress cast-align warning
- if( prev == NULL ) break;
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wcast-align"
ehci_qhd_t* qhd = (ehci_qhd_t*) list_next(prev);