Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373179
b: refs/heads/master
c: 9d66b56
h: refs/heads/master
i:
  373177: 41af238
  373175: c74085d
v: v3
  • Loading branch information
Jiri Slaby authored and Samuel Ortiz committed Apr 5, 2013
1 parent 71196a5 commit 8e1d14c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions 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: 58eb893da99815ebdeee6cb3eeac897b99a246f7
refs/heads/master: 9d66b568a215fe2da2a9db736ebf9b8d66082d88
6 changes: 4 additions & 2 deletions trunk/drivers/mfd/rtsx_pcr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@ static int rtsx_pci_probe(struct pci_dev *pcidev,

ret = rtsx_pci_acquire_irq(pcr);
if (ret < 0)
goto free_dma;
goto disable_msi;

pci_set_master(pcidev);
synchronize_irq(pcr->irq);
Expand All @@ -1162,7 +1162,9 @@ static int rtsx_pci_probe(struct pci_dev *pcidev,

disable_irq:
free_irq(pcr->irq, (void *)pcr);
free_dma:
disable_msi:
if (pcr->msi_en)
pci_disable_msi(pcr->pci);
dma_free_coherent(&(pcr->pci->dev), RTSX_RESV_BUF_LEN,
pcr->rtsx_resv_buf, pcr->rtsx_resv_buf_addr);
unmap:
Expand Down

0 comments on commit 8e1d14c

Please sign in to comment.