From: Tejun Heo Signed-off-by: Andrew Morton --- drivers/scsi/ata_piix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/scsi/ata_piix.c~libata-debug drivers/scsi/ata_piix.c --- a/drivers/scsi/ata_piix.c~libata-debug +++ a/drivers/scsi/ata_piix.c @@ -635,7 +635,7 @@ static int piix_sata_prereset(struct ata u8 pcs; pci_read_config_byte(pdev, ICH5_PCS, &pcs); - DPRINTK("ata%u: ENTER, pcs=0x%x base=%d\n", ap->id, pcs, base); + printk("ata%u: ENTER, pcs=0x%x base=%d\n", ap->id, pcs, base); /* enable all ports on this ap and wait for them to settle */ for (i = 0; i < 2; i++) { @@ -672,7 +672,7 @@ static int piix_sata_prereset(struct ata if (!(ap->flags & PIIX_FLAG_AHCI)) pci_write_config_byte(pdev, ICH5_PCS, pcs); - DPRINTK("ata%u: LEAVE, pcs=0x%x present_mask=0x%x\n", + printk("ata%u: LEAVE, pcs=0x%x present_mask=0x%x\n", ap->id, pcs, present_mask); if (!present_mask) { _