[PATCH] sd: assign more appropriate log levels for two messages

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

 



KERN_ERR is too high severity for an "assumption" message, so I moved
them down to KERN_WARNING

Signed-off-by: Steven Honeyman <stevenhoneyman@xxxxxxxxx>
---
 drivers/scsi/sd.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c
index 2c2041c..bb7d6e9 100644
--- a/drivers/scsi/sd.c
+++ b/drivers/scsi/sd.c
@@ -2468,7 +2468,7 @@ sd_read_cache_type(struct scsi_disk *sdkp,
unsigned char *buffer)
             }
         }

-        sd_first_printk(KERN_ERR, sdkp, "No Caching mode page found\n");
+        sd_first_printk(KERN_WARNING, sdkp, "No Caching mode page found\n");
         goto defaults;

     Page_found:
@@ -2518,7 +2518,7 @@ defaults:
                 "Assuming drive cache: write back\n");
         sdkp->WCE = 1;
     } else {
-        sd_first_printk(KERN_ERR, sdkp,
+        sd_first_printk(KERN_WARNING, sdkp,
                 "Assuming drive cache: write through\n");
         sdkp->WCE = 0;
     }
-- 
2.1.0
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux