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

Commit 1d40ddd1 authored by Russell King's avatar Russell King
Browse files

MTD: fix pismo build error

parent 98e12b5a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ static int __devinit pismo_add_device(struct pismo_data *pismo, int i,
{
	struct platform_device *dev;
	struct resource res = { };
	phys_addr_t base = region.base;
	phys_addr_t base = region->base;
	int ret;

	if (base == ~0)