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

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

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

parents b96363ad bb221b4c
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;