Re: [Mesa-dev] [PATCH v2] radeon: fixed division by zero

2016-05-31 Thread Nicolai Hähnle
Reviewed-by: Nicolai Hähnle On 18.05.2016 19:48, Jakob Sinclair wrote: Coverity is getting a false positive that a division by zero can occur here. This change will silence the Coverity warnings as a division by zero cannot occur in this case. Signed-off-by: Jakob Sinclair --- Changes since

[Mesa-dev] [PATCH v2] radeon: fixed division by zero

2016-05-18 Thread Jakob Sinclair
Coverity is getting a false positive that a division by zero can occur here. This change will silence the Coverity warnings as a division by zero cannot occur in this case. Signed-off-by: Jakob Sinclair --- Changes since V1: We realised that Coverity was actually giving out a false positive and