On Fri, 9 Dec 2011 13:11:42 +0900, Tomoya MORINAGA <[email protected]> wrote: > Signed-off-by: Tomoya MORINAGA <[email protected]> > --- > 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 99ec279..fcd9462 100644 > --- a/drivers/spi/spi-topcliff-pch.c > +++ b/drivers/spi/spi-topcliff-pch.c > @@ -920,7 +920,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));
Applied, thanks g. ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ spi-devel-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/spi-devel-general
