diff options
author | Qinglang Miao <miaoqinglang@huawei.com> | 2020-07-28 04:27:56 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-17 17:43:53 +0200 |
commit | 12b7b5c04bccc82db74f7c0de8e2d2b93d27cebf (patch) | |
tree | 733691aa9e4330b59aab8947f1017b1f57ee9959 /MAINTAINERS | |
parent | Linux 5.9-rc1 (diff) | |
download | linux-12b7b5c04bccc82db74f7c0de8e2d2b93d27cebf.tar.xz linux-12b7b5c04bccc82db74f7c0de8e2d2b93d27cebf.zip |
ARM: s3c64xx: fix return value check in s3c_usb_otgphy_init()
The function clk_get() returns ERR_PTR() in case of error and
never returns NULL. So there's no need to test whether xusbxti
is NULL, just remove the redundant part in the return value check.
Signed-off-by: Qinglang Miao <miaoqinglang@huawei.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions