dma/mic_x100_dma: IS_ERR() vs PTR_ERR() typo
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 29 Feb 2016 09:51:07 +0000 (12:51 +0300)
committerVinod Koul <vinod.koul@intel.com>
Thu, 3 Mar 2016 15:43:01 +0000 (21:13 +0530)
commitd387ef021a218ee66fe6b64cf447da09cac5c53b
treede709580fc64a6e0ef5fcfdf3c7e7da5675a15d7
parent36bf8fc42ea41110c02f47456dbc4283ee7981dc
dma/mic_x100_dma: IS_ERR() vs PTR_ERR() typo

This is harmless because the caller only cares about zero vs non-zero
but we should be returning PTR_ERR() here.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/mic_x100_dma.c
This page took 0.026636 seconds and 5 git commands to generate.