Fixed the last compile-breaking error.

This commit is contained in:
OBattler
2017-01-21 02:00:34 +01:00
parent 4486926b6d
commit a24020efcd

View File

@@ -1609,7 +1609,6 @@ void cdrom_request_sense(uint8_t id, uint8_t *buffer, uint8_t alloc_length)
/* Clear the sense stuff as per the spec. */
cdrom_sense_clear(id, GPCMD_REQUEST_SENSE, 0);
break;
}
void cdrom_request_sense_for_scsi(uint8_t id, uint8_t *buffer, uint8_t alloc_length)