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

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

Merge "fdt: Add correct return for early_init_dt_scan_memory"

parents 539edd6d ed7fcc39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1037,7 +1037,7 @@ int __init early_init_dt_scan_memory(unsigned long node, const char *uname,
				base, base + size);
	}

	return 0;
	return 1;
}

/*