On Wed, Oct 29, 2014 at 04:47:25PM +0800, Greg Kroah-Hartman wrote:
> On Wed, Oct 22, 2014 at 02:24:46PM +0530, Sudip Mukherjee wrote:
> > we should be using DMA API rather than using bus specific DMA API.
>
> Why?
>
as given in the DMA-API-HOWTO.txt :
the DMA API works with any bus independent
On Wed, Oct 22, 2014 at 02:24:46PM +0530, Sudip Mukherjee wrote:
> we should be using DMA API rather than using bus specific DMA API.
Why?
> converted the occurrence of pci_map_*() to dma_map_*(),
> and at the same time used the dma_mapping_error().
Trailing whitespace :(
What have you us
we should be using DMA API rather than using bus specific DMA API.
converted the occurrence of pci_map_*() to dma_map_*(),
and at the same time used the dma_mapping_error().
Signed-off-by: Sudip Mukherjee
---
drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c | 12 ++--
drivers/stagi