commit | bbd35ba6fab5419e58e96f35f1431f13bdc14f98 | [log] [tgz] |
---|---|---|
author | zhong jiang <zhongjiang@huawei.com> | Thu Sep 20 13:17:44 2018 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 25 20:09:17 2018 +0200 |
tree | 14c6a3ab37d9bbf701eb601f0cfaa2d8b9f6c7da | |
parent | 5ecc7120194c6f10c09197e368b378c699100123 [diff] |
coresight: Use ERR_CAST instead of ERR_PTR Use ERR_CAT inlined function to replace the ERR_PTR(PTR_ERR). It make the code more concise. Signed-off-by: zhong jiang <zhongjiang@huawei.com> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>