st/xa: Mark default xa_get_pipe_format case unreachable.
Fix defect reported by Coverity Scan.
Uninitialized scalar variable (UNINIT) uninit_use: Using uninitialized value fdesc. Field fdesc.format is uninitialized.
Fixes: 9f2f5b3d ("st/xa: Initial import of the xa state-tracker and the xa-vmwgfx target.") Suggested-by: Adam Jackson ajax@redhat.com Signed-off-by: Vinson Lee vlee@freedesktop.org