From bd93f61f5c8f3201fc41c840da6845c7604cc1c6 Mon Sep 17 00:00:00 2001 From: Keith Owens Date: Tue, 8 Aug 2006 13:51:02 +1000 Subject: [PATCH] --- yaml --- r: 33292 b: refs/heads/master c: 85455dd34219376dcc7dce94bea67058f0b7d731 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/scsi/ata_piix.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index ff6a7e4553cb..5902e81e23dc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c71d6be54e92c4b2d31faf51850354aff22b82b0 +refs/heads/master: 85455dd34219376dcc7dce94bea67058f0b7d731 diff --git a/trunk/drivers/scsi/ata_piix.c b/trunk/drivers/scsi/ata_piix.c index 298e4643b969..5e8afc876980 100644 --- a/trunk/drivers/scsi/ata_piix.c +++ b/trunk/drivers/scsi/ata_piix.c @@ -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");