kexts: ahci: remove generic log messages
This commit is contained in:
@@ -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) {
|
if (port->is & HBA_PxIS_TFES) {
|
||||||
free_cmd_table(cmdtbl);
|
free_cmd_table(cmdtbl);
|
||||||
printk("ahci: command failed");
|
|
||||||
return KERN_IO_ERROR;
|
return KERN_IO_ERROR;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
free_cmd_table(cmdtbl);
|
free_cmd_table(cmdtbl);
|
||||||
|
|
||||||
if (port->is & HBA_PxIS_TFES) {
|
if (port->is & HBA_PxIS_TFES) {
|
||||||
printk("ahci: command failed");
|
|
||||||
return KERN_IO_ERROR;
|
return KERN_IO_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user