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

Commit 7980215c authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "iommu: msm: Fix __msm_dma_map_sg sg_tmp sanity check"

parents d30346e2 79a70847
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -247,7 +247,7 @@ static inline int __msm_dma_map_sg(struct device *dev, struct scatterlist *sg,
					break;

				sg_tmp = sg_next(sg_tmp);
				if (sg == NULL)
				if (sg_tmp == NULL)
					break;
			}