efi_loader: abort on unsupported relocation type
[platform/kernel/u-boot.git] / arch / powerpc / cpu / ppc4xx / usb_ohci.c
index 65a0675..45f0093 100644 (file)
@@ -673,7 +673,8 @@ static void td_submit_job (struct usb_device *dev, unsigned long pipe, void *buf
        __u32 info = 0;
        unsigned int toggle = 0;
 
-       /* OHCI handles the DATA-toggles itself, we just use the USB-toggle bits for reseting */
+       /* OHCI handles the DATA-toggles itself, we just use the
+          USB-toggle bits for resetting */
        if(usb_gettoggle(dev, usb_pipeendpoint(pipe), usb_pipeout(pipe))) {
                toggle = TD_T_TOGGLE;
        } else {
@@ -781,9 +782,6 @@ static td_t * dl_reverse_done_list (ohci_t *ohci)
                                } else
                                        td_list->ed->hwHeadP &= ohci_cpu_to_le32 (0xfffffff2);
                        }
-#ifdef CONFIG_MPC5200
-                       td_list->hwNextTD = 0;
-#endif
                }
 
                td_list->next_dl_td = td_rev;