Loading drivers/soc/qcom/service-locator.c +1 −0 Original line number Diff line number Diff line Loading @@ -378,6 +378,7 @@ int get_service_location(char *client_name, char *service_name, if (!pqw) { rc = -ENOMEM; pr_err("Allocation failed\n"); kfree(pqcd); goto err; } pqw->notifier = locator_nb; Loading Loading
drivers/soc/qcom/service-locator.c +1 −0 Original line number Diff line number Diff line Loading @@ -378,6 +378,7 @@ int get_service_location(char *client_name, char *service_name, if (!pqw) { rc = -ENOMEM; pr_err("Allocation failed\n"); kfree(pqcd); goto err; } pqw->notifier = locator_nb; Loading