usb: host: ohci-tmio: Mark expected switch fall-throughs
[linux-2.6-microblaze.git] / drivers / usb / host / ohci-tmio.c
index d5a293a..fb6f5e9 100644 (file)
@@ -97,10 +97,13 @@ static void tmio_stop_hc(struct platform_device *dev)
        switch (ohci->num_ports) {
                default:
                        dev_err(&dev->dev, "Unsupported amount of ports: %d\n", ohci->num_ports);
+                       /* fall through */
                case 3:
                        pm |= CCR_PM_USBPW3;
+                       /* fall through */
                case 2:
                        pm |= CCR_PM_USBPW2;
+                       /* fall through */
                case 1:
                        pm |= CCR_PM_USBPW1;
        }