Skip to content

Commit

Permalink
dmaengine: dw: amend description of dma_dev field
Browse files Browse the repository at this point in the history
The dma_dev field is widely used in filter functions to mach with a proper DMA
controller device. Thus it's not deprecated. The patch fixes the description of
that field. There is no functional change.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
  • Loading branch information
Andy Shevchenko authored and Vinod Koul committed Feb 5, 2015
1 parent ede23a5 commit cfd8fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/platform_data/dma-dw.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* struct dw_dma_slave - Controller-specific information about a slave
*
* @dma_dev: required DMA master device. Depricated.
* @dma_dev: required DMA master device
* @src_id: src request line
* @dst_id: dst request line
* @src_master: src master for transfers on allocated channel.
Expand Down

0 comments on commit cfd8fef

Please sign in to comment.