]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
usb: musb: fix wrong indentation in musb_host.c
authorDaniel Mack <zonque@gmail.com>
Mon, 26 May 2014 12:52:40 +0000 (14:52 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 30 Jun 2014 19:26:27 +0000 (14:26 -0500)
Just a cosmetic cleanup with no functional change.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_host.c

index 88435cd7fe3da4cab611b681470e657ea2464deb..855793d701bbb958a17a5c638bc22a68da10558b 100644 (file)
@@ -1734,11 +1734,11 @@ void musb_host_rx(struct musb *musb, u8 epnum)
                        }
 
                } else  {
-               /* done if urb buffer is full or short packet is recd */
-               done = (urb->actual_length + xfer_len >=
-                               urb->transfer_buffer_length
-                       || dma->actual_len < qh->maxpacket
-                       || dma->rx_packet_done);
+                       /* done if urb buffer is full or short packet is recd */
+                       done = (urb->actual_length + xfer_len >=
+                                       urb->transfer_buffer_length
+                               || dma->actual_len < qh->maxpacket
+                               || dma->rx_packet_done);
                }
 
                /* send IN token for next packet, without AUTOREQ */