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>
This commit is contained in:
Paulo Zanoni 2011-09-15 15:16:33 -03:00 committed by Daniel Vetter
parent 7ead7ba3e6
commit 3ba12bbb2f

View File

@ -677,7 +677,6 @@ connector_find_plane(struct connector *c)
drmModeFreePlane(ovr);
}
return 4;
return id;
}