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

Commit 09f53d6d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: gps: Fix multiple gps setup issue"

parents 6231b262 9a8ae7ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@ static int gps_gport_setup(void)
	int res;

	res = gsmd_ctrl_setup(GPS_CTRL_CLIENT, 1, &base);
	gps_port.port->port_num += base;
	gps_port.port->port_num = base;
	return res;
}