X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fusb%2Fhost%2Fehci-dbg.c;h=0f82fdcaef096b65e384ab07312e7e001d211a56;hb=8a392625b665c676a77c62f8608d10ff430bcb83;hp=4af90df8e7dec7e2aa3ea96a88b8de05de1a9f12;hpb=70a1c9e086c2e267fbc4533cb870f34999b531d6;p=linux-2.6 diff --git a/drivers/usb/host/ehci-dbg.c b/drivers/usb/host/ehci-dbg.c index 4af90df8e7..0f82fdcaef 100644 --- a/drivers/usb/host/ehci-dbg.c +++ b/drivers/usb/host/ehci-dbg.c @@ -398,7 +398,7 @@ static void qh_lines ( unsigned size = *sizep; char *next = *nextp; char mark; - u32 list_end = EHCI_LIST_END(ehci); + __le32 list_end = EHCI_LIST_END(ehci); if (qh->hw_qtd_next == list_end) /* NEC does this */ mark = '@';