Compile fix for dummy_cdrom_ioctl.c logging
This commit is contained in:
@@ -205,7 +205,7 @@ plat_cdrom_read_sector(uint8_t *buffer, int raw, uint32_t sector)
|
|||||||
/* Cooked */
|
/* Cooked */
|
||||||
}
|
}
|
||||||
plat_cdrom_close();
|
plat_cdrom_close();
|
||||||
dummy_cdrom_ioctl_log("ReadSector status=%d, sector=%d, size=%" PRId64 ".\n", status, sector, (long long) size);
|
dummy_cdrom_ioctl_log("ReadSector sector=%d.\n", sector);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user