mm/memory_hotplug: cleanup return value handing in do_migrate_range()
authorSeongJae Park <sj@kernel.org>
Thu, 16 Feb 2023 17:07:03 +0000 (17:07 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 20 Feb 2023 20:46:18 +0000 (12:46 -0800)
commit32cf666eab720b597650d9dea6ff07e99cd36b3d
treecf4ae267c2778b102643e89f1d60c4c32582c256
parent7a079ba20090ab50d2f4203ceccd1e0f4becd1a6
mm/memory_hotplug: cleanup return value handing in do_migrate_range()

Return value mechanism of do_migrate_range() is not very simple, while no
caller of the function checks the return value.  Make the function return
nothing to be more simple, and cleanup related unnecessary code.

Link: https://lkml.kernel.org/r/20230216170703.64574-1-sj@kernel.org
Suggested-by: David Hildenbrand <david@redhat.com>
Acked-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Signed-off-by: SeongJae Park <sj@kernel.org>
Cc: Oscar Salvador <osalvador@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memory_hotplug.c