diff --git a/kexts/drivers/block/ahci/ahci.c b/kexts/drivers/block/ahci/ahci.c index 3a6fcb2..b12645c 100644 --- a/kexts/drivers/block/ahci/ahci.c +++ b/kexts/drivers/block/ahci/ahci.c @@ -107,14 +107,12 @@ kern_status_t send_ata_command_ex(struct ahci_device *dev, struct fis_reg_h2d *f if (port->is & HBA_PxIS_TFES) { free_cmd_table(cmdtbl); - printk("ahci: command failed"); return KERN_IO_ERROR; } } free_cmd_table(cmdtbl); if (port->is & HBA_PxIS_TFES) { - printk("ahci: command failed"); return KERN_IO_ERROR; }