mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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>
This commit is contained in:
parent
00ffc13f35
commit
ee2ece5261
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue