linux-stable/drivers/dma/qcom
Wei Yongjun 6a2cf55db3 dmaengine: qcom_hidma: fix return value check in hidma_mgmt_of_populate_channels()
In case of error, the function platform_device_register_full()
returns ERR_PTR() and never returns NULL. The NULL test in the
return value check should be replaced with IS_ERR().

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2016-07-12 10:14:41 +05:30
..
bam_dma.c dmaengine: qcom: bam_dma: rename BAM_MAX_DATA_SIZE define 2016-04-19 21:11:32 +05:30
hidma.c dmaengine: qcom_hidma: add support for object hierarchy 2016-05-14 11:54:45 +05:30
hidma.h dmaengine: qcom_hidma: add debugfs hooks 2016-05-14 11:54:45 +05:30
hidma_dbg.c dmaengine: qcom_hidma: add debugfs hooks 2016-05-14 11:54:45 +05:30
hidma_ll.c dmaengine: qcom_hidma: implement lower level hardware interface 2016-05-14 11:54:45 +05:30
hidma_mgmt.c dmaengine: qcom_hidma: fix return value check in hidma_mgmt_of_populate_channels() 2016-07-12 10:14:41 +05:30
hidma_mgmt.h
hidma_mgmt_sys.c
Kconfig
Makefile dmaengine: qcom_hidma: add debugfs hooks 2016-05-14 11:54:45 +05:30