]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/host/ehci-sched.c
[PATCH] USB: hcd suspend uses pm_message_t
[karo-tx-linux.git] / drivers / usb / host / ehci-sched.c
index f6c86354e30497b62744af46b00843b9511eb0d9..2fa1ffee5ff3bfea6428d4fb488dff8e1ab32fec 100644 (file)
@@ -310,9 +310,9 @@ static int qh_link_periodic (struct ehci_hcd *ehci, struct ehci_qh *qh)
 
        for (i = qh->start; i < ehci->periodic_size; i += period) {
                union ehci_shadow       *prev = &ehci->pshadow [i];
-               u32                     *hw_p = &ehci->periodic [i];
+               __le32                  *hw_p = &ehci->periodic [i];
                union ehci_shadow       here = *prev;
-               u32                     type = 0;
+               __le32                  type = 0;
 
                /* skip the iso nodes at list head */
                while (here.ptr) {