diff options
author | 2019-04-08 10:27:17 +0200 | |
---|---|---|
committer | 2019-04-08 10:27:17 +0200 | |
commit | b85d00bfef2a62180d9ae74ecc95befe37686836 (patch) | |
tree | 8d4347eac61358e8c7f6e1f40ad5677e5321eb97 /mm/page_alloc.c | |
parent | drm/sun4i: DW HDMI: Lower max. supported rate for H6 (diff) | |
parent | drm/udl: add a release method and delay modeset teardown (diff) | |
download | wireguard-linux-b85d00bfef2a62180d9ae74ecc95befe37686836.tar.xz wireguard-linux-b85d00bfef2a62180d9ae74ecc95befe37686836.zip |
Merge drm/drm-fixes into drm-misc-fixes
We haven't backmerged for a while and this creates some coherency issues
across DRM drivers.
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 03fcf73d47da..d96ca5bc555b 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -8233,7 +8233,7 @@ int alloc_contig_range(unsigned long start, unsigned long end, ret = start_isolate_page_range(pfn_max_align_down(start), pfn_max_align_up(end), migratetype, 0); - if (ret) + if (ret < 0) return ret; /* |