From 3ba12bbb2faf6cfd87eea96edf761f16ef8c4ab1 Mon Sep 17 00:00:00 2001 From: Paulo Zanoni Date: Thu, 15 Sep 2011 15:16:33 -0300 Subject: [PATCH] testdisplay: remove wrong return statement It seems that the kernel patches required by the TEST_PLANES feature are still not upstream, so I didn't test this patch. Signed-off-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- tests/testdisplay.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/testdisplay.c b/tests/testdisplay.c index 69dbf420..d6505379 100644 --- a/tests/testdisplay.c +++ b/tests/testdisplay.c @@ -677,7 +677,6 @@ connector_find_plane(struct connector *c) drmModeFreePlane(ovr); } - return 4; return id; }