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

Commit 518e7656 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: fix a bug for pipe disable"

parents 2d8140e3 fd816fad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2443,7 +2443,7 @@ int sps_pipe_disable(unsigned long dev, u32 pipe)
	SPS_DBG(bam, "sps:%s; BAM: %pa; pipe index:%d.\n",
		__func__, BAM_ID(bam), pipe);

	bam_disable_pipe(bam->base, pipe);
	bam_disable_pipe(&bam->base, pipe);

	return 0;
}