Re: [Mesa-dev] [PATCH v1] radv: Prevent Coverity warning

2017-01-30 Thread Bas Nieuwenhuizen
Pushed, thanks. On Mon, Jan 30, 2017, at 22:26, Robert Foss wrote: > Prevent Coverity seeing potential errors when src is > no initialized in the switch case. > > Coverity-Id: 1396397 > Signed-off-by: Robert Foss > --- > > Patch can be found here: > > https://git.collabora.com/cgit/user/robe

[Mesa-dev] [PATCH v1] radv: Prevent Coverity warning

2017-01-30 Thread Robert Foss
Prevent Coverity seeing potential errors when src is no initialized in the switch case. Coverity-Id: 1396397 Signed-off-by: Robert Foss --- Patch can be found here: https://git.collabora.com/cgit/user/robertfoss/mesa.git/log/?h=cov_1396397_v1 src/amd/vulkan/radv_cmd_buffer.c | 2 ++ 1 file c