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

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

Merge "msm: sps: remove invalid checking"

parents b4eefafe 4d634746
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1596,10 +1596,6 @@ int sps_transfer(struct sps_pipe *h, struct sps_transfer *transfer)
	} else if (transfer->iovec_count == 0) {
		SPS_ERR(sps, "sps:%s:iovec list is empty.\n", __func__);
		return SPS_ERROR;
	} else if (transfer->iovec_phys == 0) {
		SPS_ERR(sps,
			"sps:%s:iovec list address is invalid.\n", __func__);
		return SPS_ERROR;
	}

	/* Verify content of IOVECs */