commit | 9be08a27a1588d0b0143486f96c7a08f8cfadae8 | [log] [tgz] |
---|---|---|
author | zhong jiang <zhongjiang@huawei.com> | Thu Aug 16 23:58:55 2018 +0800 |
committer | Kishon Vijay Abraham I <kishon@ti.com> | Mon Sep 10 14:28:37 2018 +0530 |
tree | 683156d256a743ec4c7b72354f0d8721943ccad5 | |
parent | 528648143354e0551087adfad27c174083316ca3 [diff] |
phy:phy-lantiq-rcu-usb2: Use PTR_ERR_OR_ZERO to replace the open coded version PTR_ERR_OR_ZERO has implemented the if(IS_ERR(...)) + PTR_ERR, So just replace them rather than duplicating its implement. Signed-off-by: zhong jiang <zhongjiang@huawei.com> Acked-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>