+ fix-compile-problem-when-sata-debugging-is-on.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     Fix compile problem when sata debugging is on

has been added to the -mm tree.  Its filename is

     fix-compile-problem-when-sata-debugging-is-on.patch

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: Fix compile problem when sata debugging is on
From: Keith Owens <kaos@xxxxxxxxxx>

Fix a sata debug print statement that still uses an old variable name.

Signed-off-by: Keith Owens <kaos@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 drivers/scsi/ata_piix.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -puN drivers/scsi/ata_piix.c~fix-compile-problem-when-sata-debugging-is-on drivers/scsi/ata_piix.c
--- a/drivers/scsi/ata_piix.c~fix-compile-problem-when-sata-debugging-is-on
+++ a/drivers/scsi/ata_piix.c
@@ -687,8 +687,8 @@ static int piix_sata_prereset(struct ata
 			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");
_

Patches currently in -mm which might be from kaos@xxxxxxxxxx are

fix-compile-problem-when-sata-debugging-is-on.patch
i386-show_registers-try-harder-to-print-failing.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux