+2
-2
tools/testing/cxl/test/cxl.c
+2
-2
tools/testing/cxl/test/cxl.c
···
695
696
pdev = platform_device_alloc("cxl_switch_uport", i);
697
if (!pdev)
698
-
goto err_port;
699
pdev->dev.parent = &root_port->dev;
700
701
rc = platform_device_add(pdev);
···
713
714
pdev = platform_device_alloc("cxl_switch_dport", i);
715
if (!pdev)
716
-
goto err_port;
717
pdev->dev.parent = &uport->dev;
718
719
rc = platform_device_add(pdev);
···
695
696
pdev = platform_device_alloc("cxl_switch_uport", i);
697
if (!pdev)
698
+
goto err_uport;
699
pdev->dev.parent = &root_port->dev;
700
701
rc = platform_device_add(pdev);
···
713
714
pdev = platform_device_alloc("cxl_switch_dport", i);
715
if (!pdev)
716
+
goto err_dport;
717
pdev->dev.parent = &uport->dev;
718
719
rc = platform_device_add(pdev);