Loading drivers/soc/qcom/spcom.c +2 −0 Original line number Diff line number Diff line Loading @@ -1139,6 +1139,7 @@ struct spcom_client *spcom_register_client(struct spcom_client_info *info) ch = spcom_find_channel_by_name(name); if (!ch) { pr_err("channel %s doesn't exist, load App first.\n", name); kfree(client); return NULL; } Loading Loading @@ -1326,6 +1327,7 @@ struct spcom_server *spcom_register_service(struct spcom_service_info *info) ch = spcom_find_channel_by_name(name); if (!ch) { pr_err("channel %s doesn't exist, load App first.\n", name); kfree(server); return NULL; } Loading Loading
drivers/soc/qcom/spcom.c +2 −0 Original line number Diff line number Diff line Loading @@ -1139,6 +1139,7 @@ struct spcom_client *spcom_register_client(struct spcom_client_info *info) ch = spcom_find_channel_by_name(name); if (!ch) { pr_err("channel %s doesn't exist, load App first.\n", name); kfree(client); return NULL; } Loading Loading @@ -1326,6 +1327,7 @@ struct spcom_server *spcom_register_service(struct spcom_service_info *info) ch = spcom_find_channel_by_name(name); if (!ch) { pr_err("channel %s doesn't exist, load App first.\n", name); kfree(server); return NULL; } Loading