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

Commit a5df9637 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: dma-removed: fix data type to hold base address" into msm-4.8

parents 866a34db 28de437e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
#include <linux/spinlock.h>

struct removed_region {
	dma_addr_t	base;
	phys_addr_t	base;
	int		nr_pages;
	unsigned long	*bitmap;
	struct mutex	lock;