Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262048
b: refs/heads/master
c: add56ba
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Vinod Koul committed Jul 26, 2011
1 parent 489ffd1 commit 94f7dcf
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: 2a9778ed83b142e88cb38acc496a573a3472d27f
refs/heads/master: add56ba711627c223e9e356d9398642abf7fa32d
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 @@ -1351,7 +1351,6 @@ int dma_suspend(struct pci_dev *pci, pm_message_t state)
return -EAGAIN;
}
device->state = SUSPENDED;
pci_set_drvdata(pci, device);
pci_save_state(pci);
pci_disable_device(pci);
pci_set_power_state(pci, PCI_D3hot);
Expand Down Expand Up @@ -1380,7 +1379,6 @@ int dma_resume(struct pci_dev *pci)
}
device->state = RUNNING;
iowrite32(REG_BIT0, device->dma_base + DMA_CFG);
pci_set_drvdata(pci, device);
return 0;
}

Expand Down

0 comments on commit 94f7dcf

Please sign in to comment.