Commit 8dda212c authored by Gustavo A. R. Silva's avatar Gustavo A. R. Silva Committed by Greg Kroah-Hartman
Browse files

staging: rtl8712: Use fallthrough pseudo-keyword

parent 29ca39b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@ static void r8712_usb_read_port_complete(struct urb *purb)
				padapter->driver_stopped = true;
				break;
			}
			/* Fall through. */
			fallthrough;
		case -EPROTO:
			r8712_read_port(padapter, precvpriv->ff_hwaddr, 0,
				  (unsigned char *)precvbuf);