Mofidy indent 78/230178/1
authorINSUN PYO <insun.pyo@samsung.com>
Wed, 8 Apr 2020 08:36:09 +0000 (17:36 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Wed, 8 Apr 2020 09:16:29 +0000 (09:16 +0000)
Change-Id: I4d4d349b51d7feeac6912e08ac79e0b2695d3e7e
(cherry picked from commit 30379cb9470e47417a07250d28177c335b1f4e5c)

hw/usb_cfs_client_common.c

index f0cbd7d93ec34e07dabdec3fcb7104e90fc7f29d..ebc8280b7c76c83038b9f79e2d0c7cb6d23dece6 100644 (file)
@@ -474,8 +474,8 @@ static int cfs_reconfigure_gadget(struct usb_client *usb, struct usb_gadget *gad
                return ret;
 
        ret = cfs_set_gadget_strs(cfs_client, &gadget->strs);
-               if (ret)
-                       return ret;
+       if (ret)
+               return ret;
 
        ret = cfs_cleanup_all_config_and_function(cfs_client);
        if (ret)