commit | d387ef021a218ee66fe6b64cf447da09cac5c53b | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Mon Feb 29 12:51:07 2016 +0300 |
committer | Vinod Koul <vinod.koul@intel.com> | Thu Mar 03 21:13:01 2016 +0530 |
tree | de709580fc64a6e0ef5fcfdf3c7e7da5675a15d7 | |
parent | 36bf8fc42ea41110c02f47456dbc4283ee7981dc [diff] |
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>