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

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

Merge "msm: msm-buspm: Set the dma bit mask for buspm device"

parents 0877cb94 06f4dd2f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -347,6 +347,10 @@ static int __init msm_buspm_dev_init(void)
	if (ret < 0)
		pr_err("%s: Cannot register misc device\n", __func__);

	if (msm_buspm_misc.this_device->coherent_dma_mask == 0)
		msm_buspm_misc.this_device->coherent_dma_mask =
							DMA_BIT_MASK(32);

	return ret;
}