Re: [PATCH] powerpc/powernv: Add error handling to opal_prd_range_is_valid
From: Michael Ellerman <hidden>
Date: 2023-12-31 11:08:25
Also in:
lkml
From: Michael Ellerman <hidden>
Date: 2023-12-31 11:08:25
Also in:
lkml
On Mon, 27 Nov 2023 06:41:08 -0800, Haoran Liu wrote:
In the opal_prd_range_is_valid function within opal-prd.c, error handling was missing for the of_get_address call. This patch adds necessary error checking, ensuring that the function gracefully handles scenarios where of_get_address fails.
Applied to powerpc/next.
[1/1] powerpc/powernv: Add error handling to opal_prd_range_is_valid
https://git.kernel.org/powerpc/c/e6beb47edb89ca9dc8906515e2dfbeb5913312c8
cheers