summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulo Zanoni <paulo.r.zanoni@intel.com>2011-09-15 15:16:33 -0300
committerDaniel Vetter <daniel.vetter@ffwll.ch>2011-09-15 19:38:29 +0200
commit3ba12bbb2faf6cfd87eea96edf761f16ef8c4ab1 (patch)
tree159e3aec39fa2898fcf216a5af9ab351fc836b50
parent7ead7ba3e6bcfa59203d63ac3cc66432853e02de (diff)
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 <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rw-r--r--tests/testdisplay.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testdisplay.c b/tests/testdisplay.c
index 69dbf42..d650537 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;
}