mm/resource: Use resource_overlaps() to simplify region_intersects()
authorWei Yang <richardw.yang@linux.intel.com>
Tue, 5 Mar 2019 08:34:32 +0000 (16:34 +0800)
committerIngo Molnar <mingo@kernel.org>
Fri, 19 Apr 2019 10:59:36 +0000 (12:59 +0200)
commitf6c6010a07734103a31faa0cc977641b358c45b0
tree083827fdeff31a4f9da7a8e281492ae8cd592a39
parent6455959819bf2469190ae9f6b4ccebaa9827e884
mm/resource: Use resource_overlaps() to simplify region_intersects()

The three checks in region_intersects() are basically an open-coded version
of resource_overlaps() - so use the real thing.

Also fix typos in comments while at it.

Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
Reviewed-by: Like Xu <like.xu@linux.intel.com>
Reviewed-by: Yuan Yao <yuan.yao@linux.intel.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: akpm@linux-foundation.org
Cc: bhelgaas@google.com
Cc: bp@suse.de
Cc: dan.j.williams@intel.com
Cc: jack@suse.cz
Cc: rdunlap@infradead.org
Cc: tiwai@suse.de
Link: http://lkml.kernel.org/r/20190305083432.23675-1-richardw.yang@linux.intel.com
[ Rewrote the changelog. ]
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/iomem.c
kernel/resource.c