aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author[email protected] <[email protected]>2015-10-15 13:41:14 +0530
committerMartin K. Petersen <[email protected]>2015-11-02 22:58:29 -0500
commitc8051156d1d3dd99d02e0bf5b127fc8d32f30f69 (patch)
tree23d3663667c81205bcd18821bad759ddf6e988d8
parentafb2b5ddac9f3727983030bc4450e9e3b5956b2a (diff)
megaraid_sas : Remove debug print from function megasas_update_span_set
Signed-off-by: Sumit Saxena <[email protected]> Reviewed-by: Tomas Henzl <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r--drivers/scsi/megaraid/megaraid_sas_fp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/megaraid/megaraid_sas_fp.c b/drivers/scsi/megaraid/megaraid_sas_fp.c
index ce5b832557ef..741509b35617 100644
--- a/drivers/scsi/megaraid/megaraid_sas_fp.c
+++ b/drivers/scsi/megaraid/megaraid_sas_fp.c
@@ -1198,10 +1198,6 @@ void mr_update_span_set(struct MR_DRV_RAID_MAP_ALL *map,
span_row_width +=
MR_LdSpanPtrGet
(ld, count, map)->spanRowDataSize;
- printk(KERN_INFO "megasas:"
- "span %x rowDataSize %x\n",
- count, MR_LdSpanPtrGet
- (ld, count, map)->spanRowDataSize);
}
}