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
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