[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20070813102623.7ef91e1e.kristen.c.accardi@intel.com>
Date: Mon, 13 Aug 2007 10:26:23 -0700
From: Kristen Carlson Accardi <kristen.c.accardi@...el.com>
To: Valdis.Kletnieks@...edu
Cc: jeff@...zik.org, htejun@...il.com, akpm@...ux-foundation.org,
arjan@...ux.intel.com, linux-kernel@...r.kernel.org,
linux-ide@...r.kernel.org
Subject: Re: [patch 3/4] Enable link power management for ata drivers
Andrew, can you fold this into this patch
change to KERN_INFO for failure to set pm policy
Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@...el.com>
---
drivers/ata/libata-scsi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: 2.6-git/drivers/ata/libata-scsi.c
===================================================================
--- 2.6-git.orig/drivers/ata/libata-scsi.c 2007-08-13 09:40:18.000000000 -0700
+++ 2.6-git/drivers/ata/libata-scsi.c 2007-08-13 10:23:04.000000000 -0700
@@ -3009,7 +3009,7 @@ int ata_scsi_set_link_pm_policy(struct a
*/
if ((dev->horkage & ATA_HORKAGE_IPM) ||
!(dev->flags & ATA_DFLAG_IPM)) {
- ata_dev_printk(dev, KERN_ERR,
+ ata_dev_printk(dev, KERN_INFO,
"Unable to set Link PM policy\n");
ap->pm_policy = MAX_PERFORMANCE;
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists