Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fff49434 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

greybus: Merge branch 'master' into svc to keep it up to date.

parents e75b82bf 48ed3f6e
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -349,8 +349,7 @@ int gb_connection_init(struct gb_connection *connection)
	 * Inform Interface about Active CPorts. We don't need to do this
	 * operation for control cport.
	 */
	if (cport_id != GB_CONTROL_CPORT_ID &&
	    connection->hd_cport_id != GB_SVC_CPORT_ID) {
	if (cport_id != GB_CONTROL_CPORT_ID) {
		struct gb_control *control = connection->bundle->intf->control;

		ret = gb_control_connected_operation(control, cport_id);
@@ -402,8 +401,7 @@ void gb_connection_exit(struct gb_connection *connection)
	 * Inform Interface about In-active CPorts. We don't need to do this
	 * operation for control cport.
	 */
	if (cport_id != GB_CONTROL_CPORT_ID &&
	    connection->hd_cport_id != GB_SVC_CPORT_ID) {
	if (cport_id != GB_CONTROL_CPORT_ID) {
		struct gb_control *control = connection->bundle->intf->control;
		int ret;