aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ipr.c
diff options
context:
space:
mode:
authorBrian King <brking@us.ibm.com>2006-11-21 11:28:29 -0500
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2006-11-22 13:21:26 -0500
commit9d66bdf81f97673b6e330a26438fcaea38c26cd5 (patch)
treef7630ffc51335d234fbc36ce903bdca009b672a5 /drivers/scsi/ipr.c
parent7402ecef94f416dcf03af7435c404a4079683d96 (diff)
[SCSI] ipr: Remove debug trace points from dump code
Remove some debug trace points that clutter up the log when ipr debugging is turned on. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/ipr.c')
-rw-r--r--drivers/scsi/ipr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/ipr.c b/drivers/scsi/ipr.c
index e32c3f8848ba..e53cfbd0e076 100644
--- a/drivers/scsi/ipr.c
+++ b/drivers/scsi/ipr.c
@@ -2969,7 +2969,6 @@ static int ipr_alloc_dump(struct ipr_ioa_cfg *ioa_cfg)
2969 struct ipr_dump *dump; 2969 struct ipr_dump *dump;
2970 unsigned long lock_flags = 0; 2970 unsigned long lock_flags = 0;
2971 2971
2972 ENTER;
2973 dump = kzalloc(sizeof(struct ipr_dump), GFP_KERNEL); 2972 dump = kzalloc(sizeof(struct ipr_dump), GFP_KERNEL);
2974 2973
2975 if (!dump) { 2974 if (!dump) {
@@ -2996,7 +2995,6 @@ static int ipr_alloc_dump(struct ipr_ioa_cfg *ioa_cfg)
2996 } 2995 }
2997 spin_unlock_irqrestore(ioa_cfg->host->host_lock, lock_flags); 2996 spin_unlock_irqrestore(ioa_cfg->host->host_lock, lock_flags);
2998 2997
2999 LEAVE;
3000 return 0; 2998 return 0;
3001} 2999}
3002 3000