]> git.sur5r.net Git - u-boot/blobdiff - arch/mips/mach-au1x00/au1x00_usb_ohci.c
dm: replace dm_dbg() with pr_debug()
[u-boot] / arch / mips / mach-au1x00 / au1x00_usb_ohci.c
index 42484e57121fbf1e84da8299d73b9c35e764b873..088e61210523105ad20d5a9de9779d8a0f670c5b 100644 (file)
@@ -671,7 +671,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 {