[GIT PULL] memblock: small update for 6.8

From: Mike Rapoport
Date: Thu Jan 18 2024 - 01:38:34 EST


Hi Linus,

The following changes since commit 33cc938e65a98f1d29d0a18403dbbee050dcad9a:

Linux 6.7-rc4 (2023-12-03 18:52:56 +0900)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock memblock-v6.8-rc1

for you to fetch changes up to 2159bd4e905704b1765b6b883ea15e51ad986a6a:

memblock: Return NUMA_NO_NODE instead of -1 to improve code readability (2023-12-08 10:31:00 +0200)

----------------------------------------------------------------
memblock: code readability improvement

Use NUMA_NO_NODE instead of -1 as return value of memblock_search_pfn_nid()
to improve code readability and consistency with the callers of that
function.

----------------------------------------------------------------
Yuntao Wang (1):
memblock: Return NUMA_NO_NODE instead of -1 to improve code readability

mm/memblock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)