Staging: octeon-usb: Remove unnecessary brackets
authorRaluca Oncioiu <raluca.oncioiu91@gmail.com>
Fri, 7 Mar 2014 22:44:12 +0000 (00:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Mar 2014 00:10:54 +0000 (16:10 -0800)
Remove brackets from single line branches of if statements.
Break long lines.

Signed-off-by: Raluca Oncioiu <raluca.oncioiu91@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon-usb/octeon-hcd.c

index ee38e08..55380b3 100644 (file)
@@ -925,12 +925,12 @@ static int cvmx_usb_enable(struct cvmx_usb_state *usb)
                return 0;
 
        /* If there is nothing plugged into the port then fail immediately */
-       if (!usb->usbcx_hprt.s.prtconnsts) {
+       if (!usb->usbcx_hprt.s.prtconnsts)
                return -ETIMEDOUT;
-       }
 
        /* Program the port reset bit to start the reset process */
-       USB_SET_FIELD32(CVMX_USBCX_HPRT(usb->index), union cvmx_usbcx_hprt, prtrst, 1);
+       USB_SET_FIELD32(CVMX_USBCX_HPRT(usb->index), union cvmx_usbcx_hprt,
+                       prtrst, 1);
 
        /*
         * Wait at least 50ms (high speed), or 10ms (full speed) for the reset