Commit 9c9dd22b authored by Dave Airlie's avatar Dave Airlie Committed by Dave Airlie
Browse files

nouveau/gsp: always free the alloc messages on r535

parent 4ae3a201
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -605,7 +605,6 @@ r535_gsp_rpc_rm_alloc_push(struct nvkm_gsp_object *object, void *argv, u32 repc)
		ret = repc ? rpc->params : NULL;
	}

	if (ret)
	nvkm_gsp_rpc_done(gsp, rpc);

	return ret;