diff options
author | Jayamohan Kallickal <jayamohank@serverengines.com> | 2010-02-20 03:34:28 +0100 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-03-03 13:59:54 +0100 |
commit | 90a289e87648f80b63178c463aa7daaf5205805c (patch) | |
tree | be3b364c166b64551bee5da556cf60bc94b4fef4 /drivers/scsi/be2iscsi/be_main.c | |
parent | [SCSI] be2iscsi: cleans up abort handling (diff) | |
download | linux-90a289e87648f80b63178c463aa7daaf5205805c.tar.xz linux-90a289e87648f80b63178c463aa7daaf5205805c.zip |
[SCSI] be2iscsi: Remove debug code
This patch removes some debug lines which are unnecessary and
also aligns some lines in code
Signed-off-by: Jayamohan Kallickal <jayamohank@serverengines.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/be2iscsi/be_main.c')
-rw-r--r-- | drivers/scsi/be2iscsi/be_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/be2iscsi/be_main.c b/drivers/scsi/be2iscsi/be_main.c index aee3734d8617..b5dca45bae96 100644 --- a/drivers/scsi/be2iscsi/be_main.c +++ b/drivers/scsi/be2iscsi/be_main.c @@ -3779,7 +3779,6 @@ static int __devinit beiscsi_dev_probe(struct pci_dev *pcidev, " Failed in beiscsi_hba_alloc \n"); goto disable_pci; } - SE_DEBUG(DBG_LVL_8, " phba = %p \n", phba); switch (pcidev->device) { case BE_DEVICE_ID1: |