Make sure to tear down the data connection also on failure to configure
the link by setting the data_connected flag immediately after creating
the connection.
Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
if (ret < 0)
goto error;
+ gcam->data_connected = true;
+
ret = gb_svc_link_config(svc, connection->intf->interface_id,
GB_SVC_LINK_CONFIG_BURST_HS_A, 2, 2, 0);
if (ret < 0)
if (ret < 0)
goto error;
- gcam->data_connected = true;
-
ret = gb_camera_debugfs_init(gcam);
if (ret < 0)
goto error;