Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb991288 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

ringtest: pass buf != NULL



just a stub pointer for now.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 87c9403b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ static void run_guest(void)
		do {
			if (started < bufs &&
			    started - completed < max_outstanding) {
				r = add_inbuf(0, NULL, "Hello, world!");
				r = add_inbuf(0, "Buffer\n", "Hello, world!");
				if (__builtin_expect(r == 0, true)) {
					++started;
					if (!--tokick) {