diff options
author | Tomoya MORINAGA <tomoya.rohm@gmail.com> | 2011-12-08 23:11:42 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2012-03-09 18:45:31 -0500 |
commit | ee2ece5261a639b89f194d141444b03b4c923179 (patch) | |
tree | da70ad21df9d767caf40802a817489f4ec2c6b6d /drivers/spi | |
parent | 00ffc13f35f1a5b2d8dc9f2dd2f410f017330a97 (diff) |
spi-topcliff-pch: Modify pci-bus number dynamically to get DMA device info
Signed-off-by: Tomoya MORINAGA <tomoya.rohm@gmail.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/spi-topcliff-pch.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/spi/spi-topcliff-pch.c b/drivers/spi/spi-topcliff-pch.c index 4a5fafb8d574..4b32fd7d0570 100644 --- a/drivers/spi/spi-topcliff-pch.c +++ b/drivers/spi/spi-topcliff-pch.c | |||
@@ -924,7 +924,8 @@ static void pch_spi_request_dma(struct pch_spi_data *data, int bpw) | |||
924 | dma_cap_set(DMA_SLAVE, mask); | 924 | dma_cap_set(DMA_SLAVE, mask); |
925 | 925 | ||
926 | /* Get DMA's dev information */ | 926 | /* Get DMA's dev information */ |
927 | dma_dev = pci_get_bus_and_slot(2, PCI_DEVFN(12, 0)); | 927 | dma_dev = pci_get_bus_and_slot(data->board_dat->pdev->bus->number, |
928 | PCI_DEVFN(12, 0)); | ||
928 | 929 | ||
929 | /* Set Tx DMA */ | 930 | /* Set Tx DMA */ |
930 | param = &dma->param_tx; | 931 | param = &dma->param_tx; |