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

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

Merge "msm: Camera: Return proper value for msm_camera_qup_i2c_txdata()."

parents 25388f15 8c0b0d07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ static int32_t msm_camera_qup_i2c_txdata(
	rc = i2c_transfer(dev_client->client->adapter, msg, 1);
	if (rc < 0)
		S_I2C_DBG("msm_camera_qup_i2c_txdata faild 0x%x\n", saddr);
	return 0;
	return rc;
}

int32_t msm_camera_qup_i2c_read(struct msm_camera_i2c_client *client,