Jarkko Nikula ef859312c3 dmaengine: core: Use dev_ functions for debug and error prints
According to dmaengine kerneldoc the struct dma_chan has always a non-NULL
pointer to DMA device and a test in dma_async_device_register()
validates that DMA device must also point to struct device.

All pr_ prints except one in dma_channel_table_init() have valid DMA
channel or DMA device pointer available which allow convert them to use
dev_ functions and thus able to show the associated DMA device.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2016-04-04 06:19:06 -07:00
..
2016-03-17 12:34:54 -07:00
2016-03-17 12:34:54 -07:00
2016-03-17 12:34:54 -07:00
2016-03-17 12:34:54 -07:00
2016-03-09 12:15:22 +05:30
2016-03-24 23:13:48 -07:00
2016-03-20 14:57:08 -07:00
2015-11-10 10:05:17 -08:00