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 --- devel/drivers/scsi/ata_piix.c~libata-debug 2006-05-19 15:59:52.000000000 -0700 +++ devel-akpm/drivers/scsi/ata_piix.c 2006-05-19 15:59:52.000000000 -0700 @@ -523,7 +523,7 @@ static unsigned int piix_sata_probe (str 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++) { @@ -552,7 +552,7 @@ static unsigned int piix_sata_probe (str 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); return present_mask; _