mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
All callers expect a boolean result which is true if the region overlaps a reserved region. However, the implementation actually returns -1 if there is no overlap, and a region index (0 based) if there is. Make it behave as callers (and common sense) expect. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
12 KiB
12 KiB