|
@@ -3251,8 +3251,7 @@ static int __devinit cciss_init_one(struct pci_dev *pdev,
|
|
|
|
|
|
clean4:
|
|
clean4:
|
|
#ifdef CONFIG_CISS_SCSI_TAPE
|
|
#ifdef CONFIG_CISS_SCSI_TAPE
|
|
- if(hba[i]->scsi_rejects.complete)
|
|
|
|
- kfree(hba[i]->scsi_rejects.complete);
|
|
|
|
|
|
+ kfree(hba[i]->scsi_rejects.complete);
|
|
#endif
|
|
#endif
|
|
kfree(hba[i]->cmd_pool_bits);
|
|
kfree(hba[i]->cmd_pool_bits);
|
|
if(hba[i]->cmd_pool)
|
|
if(hba[i]->cmd_pool)
|