modetest: fix uninitialized fourcc
authorRob Clark <rob@ti.com>
Mon, 23 Jul 2012 16:35:06 +0000 (11:35 -0500)
committerRob Clark <rob@ti.com>
Mon, 23 Jul 2012 16:35:06 +0000 (11:35 -0500)
commitebd7904877d08525beb5039e4ea2f5b6c0a7c23f
tree9c7894f3443a0ed1eb0dc7e6ab6dcdbf9ce4c972
parentdb004badef9315ba6a5f165d0974dd5afd5a6178
modetest: fix uninitialized fourcc

If color format for CRTC layer is not specified on commandline, then
c->fourcc is unintialized resulting in addfb call failing.

Signed-off-by: Rob Clark <rob@ti.com>
tests/modetest/modetest.c