Module Name:    src
Committed By:   christos
Date:           Sat May  9 13:08:26 UTC 2015

Modified Files:
        src/sys/dev/pci/ixgbe: ixgbe.c

Log Message:
remove unreachable code.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pci/ixgbe/ixgbe.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/ixgbe/ixgbe.c
diff -u src/sys/dev/pci/ixgbe/ixgbe.c:1.29 src/sys/dev/pci/ixgbe/ixgbe.c:1.30
--- src/sys/dev/pci/ixgbe/ixgbe.c:1.29	Wed May  6 05:21:22 2015
+++ src/sys/dev/pci/ixgbe/ixgbe.c	Sat May  9 09:08:26 2015
@@ -59,7 +59,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 /*$FreeBSD: head/sys/dev/ixgbe/ixgbe.c 250108 2013-04-30 16:18:29Z luigi $*/
-/*$NetBSD: ixgbe.c,v 1.29 2015/05/06 09:21:22 msaitoh Exp $*/
+/*$NetBSD: ixgbe.c,v 1.30 2015/05/09 13:08:26 christos Exp $*/
 
 #include "opt_inet.h"
 #include "opt_inet6.h"
@@ -1977,8 +1977,6 @@ ixgbe_xmit(struct tx_ring *txr, struct m
 		default:
 			adapter->other_tx_dma_setup.ev_count++;
 			return error;
-		case 0:
-			break;
 		}
 	}
 

Reply via email to