Re: [PATCH] net: stmmac: Drop condition with no effect

2020-06-02 Thread David Miller
From: Aishwarya Ramakrishnan Date: Tue, 2 Jun 2020 16:14:04 +0530 > As the "else if" and "else" branch body are identical the > condition has no effect. So removing "else if" condition. > > Signed-off-by: Aishwarya Ramakrishnan I'm not applying these patches, the conditional tests serve as do

[PATCH] net: stmmac: Drop condition with no effect

2020-06-02 Thread Aishwarya Ramakrishnan
As the "else if" and "else" branch body are identical the condition has no effect. So removing "else if" condition. Signed-off-by: Aishwarya Ramakrishnan --- drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/ethernet/stmicro/st