diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-03-22 19:13:54 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-03-22 19:13:54 -0500 |
commit | f01c18456993bab43067b678f56c87ca954aa43b (patch) | |
tree | 3e0cd0cdf1a57618202b46a7126125902e3ab832 /drivers/block/cciss.c | |
parent | 949ec2c8e6b7b89179b85baf6309c009e1a1b951 (diff) | |
parent | 1c2e02750b992703a8a18634e08b04353face243 (diff) |
Merge branch 'master'
Diffstat (limited to 'drivers/block/cciss.c')
-rw-r--r-- | drivers/block/cciss.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index 0d65394707db..cf39cf9aac25 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c | |||
@@ -2137,7 +2137,7 @@ static void start_io( ctlr_info_t *h) | |||
2137 | break; | 2137 | break; |
2138 | } | 2138 | } |
2139 | 2139 | ||
2140 | /* Get the frist entry from the Request Q */ | 2140 | /* Get the first entry from the Request Q */ |
2141 | removeQ(&(h->reqQ), c); | 2141 | removeQ(&(h->reqQ), c); |
2142 | h->Qdepth--; | 2142 | h->Qdepth--; |
2143 | 2143 | ||
@@ -3251,8 +3251,7 @@ static int __devinit cciss_init_one(struct pci_dev *pdev, | |||
3251 | 3251 | ||
3252 | clean4: | 3252 | clean4: |
3253 | #ifdef CONFIG_CISS_SCSI_TAPE | 3253 | #ifdef CONFIG_CISS_SCSI_TAPE |
3254 | if(hba[i]->scsi_rejects.complete) | 3254 | kfree(hba[i]->scsi_rejects.complete); |
3255 | kfree(hba[i]->scsi_rejects.complete); | ||
3256 | #endif | 3255 | #endif |
3257 | kfree(hba[i]->cmd_pool_bits); | 3256 | kfree(hba[i]->cmd_pool_bits); |
3258 | if(hba[i]->cmd_pool) | 3257 | if(hba[i]->cmd_pool) |