mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH][-next] net: macb: remove extraneous return when MACB_EXT_DESC is defined
@ 2017-07-04 15:09 Colin King
  2017-07-05  8:03 ` Nicolas Ferre
  2017-07-05  8:09 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2017-07-04 15:09 UTC (permalink / raw)
  To: Nicolas Ferre, netdev; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

When macro MACB_EXT_DESC is defined we end up with two identical
return statements and just one is sufficient. Remove the extra
return.

Detected by CoverityScan, CID#1449361 ("Structurally dead code")

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/net/ethernet/cadence/macb_main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ethernet/cadence/macb_main.c b/drivers/net/ethernet/cadence/macb_main.c
index 41e5711544fc..e69ebdd65658 100644
--- a/drivers/net/ethernet/cadence/macb_main.c
+++ b/drivers/net/ethernet/cadence/macb_main.c
@@ -146,7 +146,6 @@ static unsigned int macb_adj_dma_desc_idx(struct macb *bp, unsigned int desc_idx
 	default:
 		break;
 	}
-	return desc_idx;
 #endif
 	return desc_idx;
 }
-- 
2.11.0

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-05  8:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-04 15:09 [PATCH][-next] net: macb: remove extraneous return when MACB_EXT_DESC is defined Colin King
2017-07-05  8:03 ` Nicolas Ferre
2017-07-05  8:09 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®