[PATCH 1/1] powerpc/pseries/ras: Delete a redundant condition branch

Subsystems: linux for powerpc (32-bit and 64-bit), the rest

STALE1906d LANDED

Landed in mainline as ad06bcfd5b8f on 2021-05-23.

2 messages, 2 authors, 2021-06-06 · open the first message on its own page

[PATCH 1/1] powerpc/pseries/ras: Delete a redundant condition branch

From: Zhen Lei <hidden>
Date: 2021-05-10 13:20:36

The statement of the last "if (xxx)" branch is the same as the "else"
branch. Delete it to simplify code.

No functional change.

Signed-off-by: Zhen Lei <redacted>
---
 arch/powerpc/platforms/pseries/ras.c | 2 --
 1 file changed, 2 deletions(-)
diff --git a/arch/powerpc/platforms/pseries/ras.c b/arch/powerpc/platforms/pseries/ras.c
index 9d4ef65da7f395f..2f636308cf60430 100644
--- a/arch/powerpc/platforms/pseries/ras.c
+++ b/arch/powerpc/platforms/pseries/ras.c
@@ -593,8 +593,6 @@ static int mce_handle_err_virtmode(struct pt_regs *regs,
 		mce_err.severity = MCE_SEV_SEVERE;
 	else if (severity == RTAS_SEVERITY_ERROR)
 		mce_err.severity = MCE_SEV_SEVERE;
-	else if (severity == RTAS_SEVERITY_FATAL)
-		mce_err.severity = MCE_SEV_FATAL;
 	else
 		mce_err.severity = MCE_SEV_FATAL;
 
-- 
2.26.0.106.g9fadedd

Re: [PATCH 1/1] powerpc/pseries/ras: Delete a redundant condition branch

From: Michael Ellerman <hidden>
Date: 2021-06-06 12:18:50

On Mon, 10 May 2021 21:19:24 +0800, Zhen Lei wrote:
The statement of the last "if (xxx)" branch is the same as the "else"
branch. Delete it to simplify code.

No functional change.
Applied to powerpc/next.

[1/1] powerpc/pseries/ras: Delete a redundant condition branch
      https://git.kernel.org/powerpc/c/ad06bcfd5b8f989690053e6026cf742886ba9f90

cheers
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help