diff options
-rw-r--r-- | drivers/scsi/scsi_debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_debug.c b/drivers/scsi/scsi_debug.c index 9cd211ea4719..1a4288032110 100644 --- a/drivers/scsi/scsi_debug.c +++ b/drivers/scsi/scsi_debug.c | |||
@@ -1780,7 +1780,6 @@ static int dif_verify(struct sd_dif_tuple *sdt, const void *data, | |||
1780 | be32_to_cpu(sdt->ref_tag) != ei_lba) { | 1780 | be32_to_cpu(sdt->ref_tag) != ei_lba) { |
1781 | pr_err("%s: REF check failed on sector %lu\n", | 1781 | pr_err("%s: REF check failed on sector %lu\n", |
1782 | __func__, (unsigned long)sector); | 1782 | __func__, (unsigned long)sector); |
1783 | dif_errors++; | ||
1784 | return 0x03; | 1783 | return 0x03; |
1785 | } | 1784 | } |
1786 | return 0; | 1785 | return 0; |