Remove some debug trace points that clutter up the log when ipr debugging is turned on. --- linux-2.6-bjking1/drivers/scsi/ipr.c | 2 -- 1 files changed, 2 deletions(-) diff -puN drivers/scsi/ipr.c~ipr_dump_trace drivers/scsi/ipr.c --- linux-2.6/drivers/scsi/ipr.c~ipr_dump_trace 2006-11-15 15:43:12.000000000 -0600 +++ linux-2.6-bjking1/drivers/scsi/ipr.c 2006-11-15 15:43:12.000000000 -0600 @@ -2969,7 +2969,6 @@ static int ipr_alloc_dump(struct ipr_ioa struct ipr_dump *dump; unsigned long lock_flags = 0; - ENTER; dump = kzalloc(sizeof(struct ipr_dump), GFP_KERNEL); if (!dump) { @@ -2996,7 +2995,6 @@ static int ipr_alloc_dump(struct ipr_ioa } spin_unlock_irqrestore(ioa_cfg->host->host_lock, lock_flags); - LEAVE; return 0; } _ - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html