From: Niklas Cassel Date: Thu, 1 Jun 2023 13:44:27 +0000 (+0200) Subject: hw/ide/ahci: Remove stray backslash X-Git-Tag: v8.1.0-rc0~58^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af33a321fabf9ae85781abe425acbfcbbbd99f9e;p=thirdparty%2Fqemu.git hw/ide/ahci: Remove stray backslash This backslash obviously does not belong here, so remove it. Signed-off-by: Niklas Cassel Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: John Snow Message-Id: <20230601134434.519805-2-nks@flawful.org> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/hw/ide/ahci.c b/hw/ide/ahci.c index 4e76d6b1910..48d550f6332 100644 --- a/hw/ide/ahci.c +++ b/hw/ide/ahci.c @@ -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);