diff options
author | Ben Collins <bcollins@ubuntu.com> | 2006-06-12 17:53:31 -0400 |
---|---|---|
committer | Ben Collins <bcollins@ubuntu.com> | 2006-06-12 17:53:31 -0400 |
commit | ff34d3bddf2a1d7ae1e96a25e73e16042778c4c4 (patch) | |
tree | e23906b6f9ce5d66d67133df305507bf0b7ba491 /drivers | |
parent | 9bb2bcdb4b6f9a04363c8ea4cf72c592d6c7af71 (diff) |
ohci1394: Remove superfluous call to free_dma_rcv_ctx,
spotted by Adrian Bunk. Also remove some superfluous comments.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Ben Collins <bcollins@ubuntu.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ieee1394/ohci1394.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/ieee1394/ohci1394.c b/drivers/ieee1394/ohci1394.c index 11f13778f139..8c43065a6055 100644 --- a/drivers/ieee1394/ohci1394.c +++ b/drivers/ieee1394/ohci1394.c | |||
@@ -3462,24 +3462,13 @@ static void ohci1394_pci_remove(struct pci_dev *pdev) | |||
3462 | case OHCI_INIT_HAVE_TXRX_BUFFERS__MAYBE: | 3462 | case OHCI_INIT_HAVE_TXRX_BUFFERS__MAYBE: |
3463 | /* The ohci_soft_reset() stops all DMA contexts, so we | 3463 | /* The ohci_soft_reset() stops all DMA contexts, so we |
3464 | * dont need to do this. */ | 3464 | * dont need to do this. */ |
3465 | /* Free AR dma */ | ||
3466 | free_dma_rcv_ctx(&ohci->ar_req_context); | 3465 | free_dma_rcv_ctx(&ohci->ar_req_context); |
3467 | free_dma_rcv_ctx(&ohci->ar_resp_context); | 3466 | free_dma_rcv_ctx(&ohci->ar_resp_context); |
3468 | |||
3469 | /* Free AT dma */ | ||
3470 | free_dma_trm_ctx(&ohci->at_req_context); | 3467 | free_dma_trm_ctx(&ohci->at_req_context); |
3471 | free_dma_trm_ctx(&ohci->at_resp_context); | 3468 | free_dma_trm_ctx(&ohci->at_resp_context); |
3472 | |||
3473 | /* Free IR dma */ | ||
3474 | free_dma_rcv_ctx(&ohci->ir_legacy_context); | 3469 | free_dma_rcv_ctx(&ohci->ir_legacy_context); |
3475 | |||
3476 | /* Free IT dma */ | ||
3477 | free_dma_trm_ctx(&ohci->it_legacy_context); | 3470 | free_dma_trm_ctx(&ohci->it_legacy_context); |
3478 | 3471 | ||
3479 | /* Free IR legacy dma */ | ||
3480 | free_dma_rcv_ctx(&ohci->ir_legacy_context); | ||
3481 | |||
3482 | |||
3483 | case OHCI_INIT_HAVE_SELFID_BUFFER: | 3472 | case OHCI_INIT_HAVE_SELFID_BUFFER: |
3484 | pci_free_consistent(ohci->dev, OHCI1394_SI_DMA_BUF_SIZE, | 3473 | pci_free_consistent(ohci->dev, OHCI1394_SI_DMA_BUF_SIZE, |
3485 | ohci->selfid_buf_cpu, | 3474 | ohci->selfid_buf_cpu, |