]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/usb/isp1760/isp1760-hcd.c
usb: isp1760-hcd: Fix fall-through annotations
[linux.git] / drivers / usb / isp1760 / isp1760-hcd.c
index 8142c6b4c4cfb66de924ee45dcaba6a809b65d13..320fc4739835a19e1a0c4642c7d0f94322f79de3 100644 (file)
@@ -788,11 +788,11 @@ static void collect_qtds(struct usb_hcd *hcd, struct isp1760_qh *qh,
                                        mem_reads8(hcd->regs, qtd->payload_addr,
                                                        qtd->data_buffer,
                                                        qtd->actual_length);
-                                       /* Fall through (?) */
+                                       /* Fall through */
                                case OUT_PID:
                                        qtd->urb->actual_length +=
                                                        qtd->actual_length;
-                                       /* Fall through ... */
+                                       /* Fall through */
                                case SETUP_PID:
                                        break;
                                }