Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115467
b: refs/heads/master
c: cbdc144
h: refs/heads/master
i:
  115465: aa897d0
  115463: 2705848
v: v3
  • Loading branch information
Martin K. Petersen authored and James Bottomley committed Oct 13, 2008
1 parent 5cb4ba3 commit 3dcfc27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9e06688e7d60149cc9ef78ff29515c20186bb418
refs/heads/master: cbdc14459bd7d99d20341ec057b8f4ffab2a7fb6
8 changes: 4 additions & 4 deletions trunk/drivers/scsi/sd_dif.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand All @@ -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 */
Expand All @@ -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);
}
}
Expand Down

0 comments on commit 3dcfc27

Please sign in to comment.