]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/sd_dif.c
oom: do not dump task state for non thread group leaders
[linux-2.6-omap-h63xx.git] / drivers / scsi / sd_dif.c
index 194c7706083bf09456b1166e3c864e1a2a4db914..3ebb1f2894908e585b003de916a29a3f0c039918 100644 (file)
@@ -322,10 +322,10 @@ void sd_dif_config_host(struct scsi_disk *sdkp)
 
        if (type) {
                if (dif)
-                       sd_printk(KERN_INFO, sdkp,
+                       sd_printk(KERN_NOTICE, sdkp,
                                  "Enabling DIF Type %d protection\n", type);
                else
-                       sd_printk(KERN_INFO, sdkp,
+                       sd_printk(KERN_NOTICE, sdkp,
                                  "Disabling DIF Type %d protection\n", type);
        }
 
@@ -344,7 +344,7 @@ void sd_dif_config_host(struct scsi_disk *sdkp)
                else
                        blk_integrity_register(disk, &dif_type1_integrity_crc);
 
-       sd_printk(KERN_INFO, sdkp,
+       sd_printk(KERN_NOTICE, sdkp,
                  "Enabling DIX %s protection\n", disk->integrity->name);
 
        /* Signal to block layer that we support sector tagging */
@@ -354,7 +354,7 @@ void sd_dif_config_host(struct scsi_disk *sdkp)
                else
                        disk->integrity->tag_size = sizeof(u16);
 
-               sd_printk(KERN_INFO, sdkp, "DIF application tag size %u\n",
+               sd_printk(KERN_NOTICE, sdkp, "DIF application tag size %u\n",
                          disk->integrity->tag_size);
        }
 }