]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
misc: mic: Use PTR_ERR_OR_ZERO rather than its implementation
authorzhong jiang <zhongjiang@huawei.com>
Thu, 5 Sep 2019 06:43:13 +0000 (14:43 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Sep 2019 22:18:05 +0000 (23:18 +0100)
commit16a0f687cac70301f49d6f99c4115824e6aad42b
tree1a9ed7da0f1113e536a0633ba3ca13d9f94be628
parent9b4a66fd21b0735525648ce299f6834ef806a5d2
misc: mic: Use PTR_ERR_OR_ZERO rather than its implementation

PTR_ERR_OR_ZERO contains if(IS_ERR(...)) + PTR_ERR. It is better to
use it directly. hence just replace it.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Link: https://lore.kernel.org/r/1567665795-5901-3-git-send-email-zhongjiang@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mic/scif/scif_epd.h