Skip to content

Commit 52261ac

Browse files
committed
Back out another of my changes I am still investigating.
1 parent 3816869 commit 52261ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/portable/ehci/ehci.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ static void list_remove_qhd_by_addr(ehci_link_t* list_head, uint8_t dev_addr)
193193
{
194194
// TODO check type for ISO iTD and siTD
195195
// TODO Suppress cast-align warning
196-
if( prev == NULL ) break;
197196
#pragma GCC diagnostic push
198197
#pragma GCC diagnostic ignored "-Wcast-align"
199198
ehci_qhd_t* qhd = (ehci_qhd_t*) list_next(prev);

0 commit comments

Comments
 (0)