Mofidy indent 66/230166/1
authorINSUN PYO <insun.pyo@samsung.com>
Wed, 8 Apr 2020 08:36:09 +0000 (17:36 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Wed, 8 Apr 2020 08:36:09 +0000 (17:36 +0900)
Change-Id: I4d4d349b51d7feeac6912e08ac79e0b2695d3e7e

hw/usb_cfs_client_common.c

index f0cbd7d..ebc8280 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)