Commit 1a10d0bc authored by Gustavo A. R. Silva's avatar Gustavo A. R. Silva Committed by David S. Miller
Browse files

usbnet: Use fallthrough pseudo-keyword

parent ef743c09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -597,7 +597,7 @@ static void rx_complete (struct urb *urb)
	case -EPIPE:
		dev->net->stats.rx_errors++;
		usbnet_defer_kevent (dev, EVENT_RX_HALT);
		// FALLTHROUGH
		fallthrough;

	/* software-driven interface shutdown */
	case -ECONNRESET:		/* async unlink */