]> err.no Git - linux-2.6/blobdiff - drivers/usb/host/ehci-dbg.c
Automatic merge of /spare/repo/netdev-2.6 branch skge
[linux-2.6] / drivers / usb / host / ehci-dbg.c
index 495e2a3ef6f1f96582e51faa3b04eb3ea4e399d8..9b347d765383ab947b4cee47ffbaf3bfd51078ff 100644 (file)
@@ -394,7 +394,7 @@ static void qh_lines (
                mark = ' ';
                if (hw_curr == td->qtd_dma)
                        mark = '*';
-               else if (qh->hw_qtd_next == td->qtd_dma)
+               else if (qh->hw_qtd_next == cpu_to_le32(td->qtd_dma))
                        mark = '+';
                else if (QTD_LENGTH (scratch)) {
                        if (td->hw_alt_next == ehci->async->hw_alt_next)