Andrew, can you fold this into this patch

change to KERN_INFO for failure to set pm policy

Signed-off-by:  Kristen Carlson Accardi <[EMAIL PROTECTED]>
---
 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to