Loading drivers/scsi/ata_piix.c +2 −2 Original line number Diff line number Diff line Loading @@ -567,8 +567,8 @@ static int piix_sata_prereset(struct ata_port *ap) present = 1; } DPRINTK("ata%u: LEAVE, pcs=0x%x present_mask=0x%x\n", ap->id, pcs, present_mask); DPRINTK("ata%u: LEAVE, pcs=0x%x present=0x%x\n", ap->id, pcs, present); if (!present) { ata_port_printk(ap, KERN_INFO, "SATA port has no device.\n"); Loading Loading
drivers/scsi/ata_piix.c +2 −2 Original line number Diff line number Diff line Loading @@ -567,8 +567,8 @@ static int piix_sata_prereset(struct ata_port *ap) present = 1; } DPRINTK("ata%u: LEAVE, pcs=0x%x present_mask=0x%x\n", ap->id, pcs, present_mask); DPRINTK("ata%u: LEAVE, pcs=0x%x present=0x%x\n", ap->id, pcs, present); if (!present) { ata_port_printk(ap, KERN_INFO, "SATA port has no device.\n"); Loading