Loading drivers/virt/haven/hh_rm_core.c +1 −0 Original line number Diff line number Diff line Loading @@ -637,6 +637,7 @@ void *hh_rm_call(hh_rm_msgid_t message_id, pr_err("%s: Reply for seq:%d failed with RM err: %d\n", __func__, connection->seq, connection->reply_err_code); ret = ERR_PTR(hh_remap_error(connection->reply_err_code)); kfree(connection->recv_buff); goto out; } Loading Loading
drivers/virt/haven/hh_rm_core.c +1 −0 Original line number Diff line number Diff line Loading @@ -637,6 +637,7 @@ void *hh_rm_call(hh_rm_msgid_t message_id, pr_err("%s: Reply for seq:%d failed with RM err: %d\n", __func__, connection->seq, connection->reply_err_code); ret = ERR_PTR(hh_remap_error(connection->reply_err_code)); kfree(connection->recv_buff); goto out; } Loading