diff options
Diffstat (limited to 'drivers/usb/host/ehci-dbg.c')
-rw-r--r-- | drivers/usb/host/ehci-dbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-dbg.c b/drivers/usb/host/ehci-dbg.c index 4af90df8e7de..0f82fdcaef09 100644 --- a/drivers/usb/host/ehci-dbg.c +++ b/drivers/usb/host/ehci-dbg.c | |||
@@ -398,7 +398,7 @@ static void qh_lines ( | |||
398 | unsigned size = *sizep; | 398 | unsigned size = *sizep; |
399 | char *next = *nextp; | 399 | char *next = *nextp; |
400 | char mark; | 400 | char mark; |
401 | u32 list_end = EHCI_LIST_END(ehci); | 401 | __le32 list_end = EHCI_LIST_END(ehci); |
402 | 402 | ||
403 | if (qh->hw_qtd_next == list_end) /* NEC does this */ | 403 | if (qh->hw_qtd_next == list_end) /* NEC does this */ |
404 | mark = '@'; | 404 | mark = '@'; |