Skip to content

Commit

Permalink
[SCSI] ipr: Remove debug trace points from dump code
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Brian King authored and James Bottomley committed Nov 22, 2006
1 parent 7402ece commit 9d66bdf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/scsi/ipr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2969,7 +2969,6 @@ static int ipr_alloc_dump(struct ipr_ioa_cfg *ioa_cfg)
struct ipr_dump *dump;
unsigned long lock_flags = 0;

ENTER;
dump = kzalloc(sizeof(struct ipr_dump), GFP_KERNEL);

if (!dump) {
Expand All @@ -2996,7 +2995,6 @@ static int ipr_alloc_dump(struct ipr_ioa_cfg *ioa_cfg)
}
spin_unlock_irqrestore(ioa_cfg->host->host_lock, lock_flags);

LEAVE;
return 0;
}

Expand Down

0 comments on commit 9d66bdf

Please sign in to comment.