commit | 89539f03061fc8aee120ea4a64d31da57d0045f2 | [log] [tgz] |
---|---|---|
author | Bjorn Andersson <bjorn.andersson@linaro.org> | Sat Jul 15 23:41:53 2017 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Thu Aug 03 16:55:43 2017 -0500 |
tree | 5cf3b085df68fd285302e1bcf02a6f9349ee68b8 | |
parent | 4a301766f5263dd94c1b95d1b1bbdf338afb1a37 [diff] |
PCI: qcom: Don't unroll init if ->init() fails When the init op fails it will restore the state of the resources, so we should not disable them one more time when this happens. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Stanimir Varbanov <svarbanov@mm-sol.com>