Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223125
b: refs/heads/master
c: 51a1efe
h: refs/heads/master
i:
  223123: c6dd256
v: v3
  • Loading branch information
Axel Lin authored and Dan Williams committed Dec 3, 2010
1 parent 66d3621 commit 65eeca5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cbeae41888bddb2d8c23db281de5f38f4be6a9bb
refs/heads/master: 51a1efe2e84493439db32c07471e835c752a7923
2 changes: 0 additions & 2 deletions trunk/drivers/dma/intel_mid_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,6 @@ static int mid_setup_dma(struct pci_dev *pdev)
if (NULL == dma->dma_pool) {
pr_err("ERR_MDMA:pci_pool_create failed\n");
err = -ENOMEM;
kfree(dma);
goto err_dma_pool;
}

Expand Down Expand Up @@ -1186,7 +1185,6 @@ static int mid_setup_dma(struct pci_dev *pdev)
free_irq(pdev->irq, dma);
err_irq:
pci_pool_destroy(dma->dma_pool);
kfree(dma);
err_dma_pool:
pr_err("ERR_MDMA:setup_dma failed: %d\n", err);
return err;
Expand Down

0 comments on commit 65eeca5

Please sign in to comment.