Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95119067 authored by Larry Finger's avatar Larry Finger Committed by Greg Kroah-Hartman
Browse files

staging: r8188eu: Remove unreachable code in core/rtw_br_ext.c



In this file, a "return -1" immediately follows a "return 0". Remove the
second line.

Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fbb57f6d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -679,7 +679,6 @@ int nat25_db_handle(struct adapter *priv, struct sk_buff *skb, int method)
				if (!memcmp(skb->data+ETH_ALEN, ipx->ipx_source.node, ETH_ALEN))
					DEBUG_INFO("NAT25: Check IPX skb_copy\n");
				return 0;
				return -1;
			case NAT25_INSERT:
				DEBUG_INFO("NAT25: Insert IPX, Dest =%08x,%02x%02x%02x%02x%02x%02x,%04x Source =%08x,%02x%02x%02x%02x%02x%02x,%04x\n",
					ipx->ipx_dest.net,