Marked another deliberate fallthrough in scsi/scsi_cdrom.c.

This commit is contained in:
OBattler
2018-10-26 05:10:40 +02:00
parent ef0b67d48c
commit 9d875ffc09

View File

@@ -9,7 +9,7 @@
* Implementation of the CD-ROM drive with SCSI(-like) * Implementation of the CD-ROM drive with SCSI(-like)
* commands, for both ATAPI and SCSI usage. * commands, for both ATAPI and SCSI usage.
* *
* Version: @(#)scsi_cdrom.c 1.0.59 2018/10/26 * Version: @(#)scsi_cdrom.c 1.0.60 2018/10/26
* *
* Author: Miran Grca, <mgrca8@gmail.com> * Author: Miran Grca, <mgrca8@gmail.com>
* *
@@ -737,9 +737,10 @@ scsi_cdrom_command_common(scsi_cdrom_t *dev)
dev->id, (int64_t) period); dev->id, (int64_t) period);
period = period * ((double) TIMER_USEC); period = period * ((double) TIMER_USEC);
dev->callback += ((int64_t) period); dev->callback += ((int64_t) period);
/*FALLTHROUGH*/
case 0x25: case 0x25:
case 0x42: case 0x42:
case 0x43: case 0x43
case 0x44: case 0x44:
case 0x51: case 0x51:
case 0x52: case 0x52: