hw/ide/ahci: Remove stray backslash
This backslash obviously does not belong here, so remove it. Signed-off-by: Niklas Cassel <niklas.cassel@wdc.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: John Snow <jsnow@redhat.com> Message-Id: <20230601134434.519805-2-nks@flawful.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
29770e09e4
commit
af33a321fa
@ -690,7 +690,7 @@ static void ahci_reset_port(AHCIState *s, int port)
|
||||
|
||||
s->dev[port].port_state = STATE_RUN;
|
||||
if (ide_state->drive_kind == IDE_CD) {
|
||||
ahci_set_signature(d, SATA_SIGNATURE_CDROM);\
|
||||
ahci_set_signature(d, SATA_SIGNATURE_CDROM);
|
||||
ide_state->status = SEEK_STAT | WRERR_STAT | READY_STAT;
|
||||
} else {
|
||||
ahci_set_signature(d, SATA_SIGNATURE_DISK);
|
||||
|
Loading…
Reference in New Issue
Block a user