commit | b3c433efb8a3d347ddc39b95606a6e7732e97649 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Tue Oct 17 12:11:03 2017 +0000 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri Oct 20 18:02:46 2017 -0500 |
tree | 79c7241024e7b00f0313605452c69d801d22af06 | |
parent | 9e66317d3c92ddaab330c125dfe9d06eee268aff [diff] |
PCI: faraday: Fix wrong pointer passed to PTR_ERR() PTR_ERR should access the value just tested by IS_ERR, otherwise the wrong error code will be returned. Fixes: 2eeb02b28579 ("PCI: faraday: Add clock handling") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>