ide: mark expected switch fall-throughs
[sfrench/cifs-2.6.git] / drivers / ide / ide-floppy.c
index 5bd2aafc375346fdae583545b7779d6a8bbe5923..a8df300f949c2859b9c708d5848795e5cd6d3415 100644 (file)
@@ -427,6 +427,7 @@ static int ide_floppy_get_capacity(ide_drive_t *drive)
                                 * (maintains previous driver behaviour)
                                 */
                                break;
+                       /* else: fall through */
                case CAPACITY_CURRENT:
                        /* Normal Zip/LS-120 disks */
                        if (memcmp(cap_desc, &floppy->cap_desc, 8))