usb: musb: core: add missing curly braces
[firefly-linux-kernel-4.4.55.git] / drivers / usb / musb / musb_core.c
index 8066dbab10458676af7fcfa1819de46528f286d9..21ab26636631fae42e2d2cc87cc1a7770d593fb2 100644 (file)
@@ -887,9 +887,9 @@ b_host:
                         * caused BABBLE. When HS BABBLE happens we can only
                         * stop the session.
                         */
-                       if (devctl & (MUSB_DEVCTL_FSDEV | MUSB_DEVCTL_LSDEV))
+                       if (devctl & (MUSB_DEVCTL_FSDEV | MUSB_DEVCTL_LSDEV)) {
                                dev_dbg(musb->controller, "BABBLE devctl: %02x\n", devctl);
-                       else {
+                       else {
                                ERR("Stopping host session -- babble\n");
                                musb_writeb(musb->mregs, MUSB_DEVCTL, 0);
                        }