From: Saurav Kashyap Date: Mon, 25 Mar 2013 06:21:39 +0000 (-0400) Subject: [SCSI] qla2xxx: Remove debug code that msleeps for random duration. X-Git-Tag: v3.9-rc7~14^2~4 X-Git-Url: http://git.cascardo.info/?a=commitdiff_plain;h=4a9fa41bd404b8a572e4af7d2221e423bb729e52;p=cascardo%2Flinux.git [SCSI] qla2xxx: Remove debug code that msleeps for random duration. Signed-off-by: Giridhar Malavali Signed-off-by: Saurav Kashyap Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/qla2xxx/qla_attr.c b/drivers/scsi/qla2xxx/qla_attr.c index 1d82eef4e1eb..b3db9dcc2619 100644 --- a/drivers/scsi/qla2xxx/qla_attr.c +++ b/drivers/scsi/qla2xxx/qla_attr.c @@ -1938,11 +1938,6 @@ qla24xx_vport_delete(struct fc_vport *fc_vport) "Timer for the VP[%d] has stopped\n", vha->vp_idx); } - /* No pending activities shall be there on the vha now */ - if (ql2xextended_error_logging & ql_dbg_user) - msleep(random32()%10); /* Just to see if something falls on - * the net we have placed below */ - BUG_ON(atomic_read(&vha->vref_count)); qla2x00_free_fcports(vha);