Loading drivers/char/adsprpc.c +0 −2 Original line number Diff line number Diff line Loading @@ -1216,8 +1216,6 @@ static void context_save_interrupted(struct smq_invoke_ctx *ctx) hlist_del_init(&ctx->hn); hlist_add_head(&ctx->hn, &clst->interrupted); spin_unlock(&ctx->fl->hlock); /* free the cache on power collapse */ fastrpc_cached_buf_list_free(ctx->fl); } static void context_free(struct smq_invoke_ctx *ctx) Loading Loading
drivers/char/adsprpc.c +0 −2 Original line number Diff line number Diff line Loading @@ -1216,8 +1216,6 @@ static void context_save_interrupted(struct smq_invoke_ctx *ctx) hlist_del_init(&ctx->hn); hlist_add_head(&ctx->hn, &clst->interrupted); spin_unlock(&ctx->fl->hlock); /* free the cache on power collapse */ fastrpc_cached_buf_list_free(ctx->fl); } static void context_free(struct smq_invoke_ctx *ctx) Loading