powerpc/powernv: Add error handling to opal_prd_range_is_valid
authorHaoran Liu <liuhaoran14@163.com>
Mon, 27 Nov 2023 14:41:08 +0000 (06:41 -0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 21 Dec 2023 11:16:21 +0000 (22:16 +1100)
commite6beb47edb89ca9dc8906515e2dfbeb5913312c8
tree9b94403c2816f03146c434eb69cb0275c22b567e
parentba5b952ad5f52e58c0f288b9d5427ad734600568
powerpc/powernv: Add error handling to opal_prd_range_is_valid

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.

Signed-off-by: Haoran Liu <liuhaoran14@163.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20231127144108.29782-1-liuhaoran14@163.com
arch/powerpc/platforms/powernv/opal-prd.c