usb: fix a few cases of -Wfallthrough
[linux-2.6-block.git] / drivers / usb / host / ohci-hcd.c
index 73e13e7c2b4658be17326ae5821fadab737f8395..1f5e69314a1723f1ba82f91136d1d90dc0eec067 100644 (file)
@@ -171,7 +171,7 @@ static int ohci_urb_enqueue (
 
                        /* 1 TD for setup, 1 for ACK, plus ... */
                        size = 2;
-                       /* FALLTHROUGH */
+                       fallthrough;
                // case PIPE_INTERRUPT:
                // case PIPE_BULK:
                default: