Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291953
b: refs/heads/master
c: ee2ece5
h: refs/heads/master
i:
  291951: b32f2f0
v: v3
  • Loading branch information
Tomoya MORINAGA authored and Grant Likely committed Mar 9, 2012
1 parent a08399a commit 3d4782c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 00ffc13f35f1a5b2d8dc9f2dd2f410f017330a97
refs/heads/master: ee2ece5261a639b89f194d141444b03b4c923179
3 changes: 2 additions & 1 deletion trunk/drivers/spi/spi-topcliff-pch.c
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,8 @@ static void pch_spi_request_dma(struct pch_spi_data *data, int bpw)
dma_cap_set(DMA_SLAVE, mask);

/* Get DMA's dev information */
dma_dev = pci_get_bus_and_slot(2, PCI_DEVFN(12, 0));
dma_dev = pci_get_bus_and_slot(data->board_dat->pdev->bus->number,
PCI_DEVFN(12, 0));

/* Set Tx DMA */
param = &dma->param_tx;
Expand Down

0 comments on commit 3d4782c

Please sign in to comment.