Loading drivers/soc/qcom/peripheral-loader.c +3 −3 Original line number Original line Diff line number Diff line Loading @@ -738,9 +738,9 @@ static int pil_parse_devicetree(struct pil_desc *desc) pr_debug("Unable to read the addr-protect-id for %s\n", pr_debug("Unable to read the addr-protect-id for %s\n", desc->name); desc->name); if (desc->ops->proxy_unvote && of_find_property(ofnode, if (desc->ops->proxy_unvote && "qcom,proxy-unvote", of_property_match_string(ofnode, "interrupt-names", NULL)) { "qcom,proxy-unvote") >= 0) { clk_ready = of_irq_get_byname(ofnode, clk_ready = of_irq_get_byname(ofnode, "qcom,proxy-unvote"); "qcom,proxy-unvote"); Loading Loading
drivers/soc/qcom/peripheral-loader.c +3 −3 Original line number Original line Diff line number Diff line Loading @@ -738,9 +738,9 @@ static int pil_parse_devicetree(struct pil_desc *desc) pr_debug("Unable to read the addr-protect-id for %s\n", pr_debug("Unable to read the addr-protect-id for %s\n", desc->name); desc->name); if (desc->ops->proxy_unvote && of_find_property(ofnode, if (desc->ops->proxy_unvote && "qcom,proxy-unvote", of_property_match_string(ofnode, "interrupt-names", NULL)) { "qcom,proxy-unvote") >= 0) { clk_ready = of_irq_get_byname(ofnode, clk_ready = of_irq_get_byname(ofnode, "qcom,proxy-unvote"); "qcom,proxy-unvote"); Loading