commit | f5a1ba833ddfd801b4adc463b0705938a8ff632f | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Sun Jun 25 09:07:45 2017 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Sun Jun 25 09:07:45 2017 -0300 |
tree | 70e83dfe2e02955557c7b81b815f0851add98f6a | |
parent | d394ad12c2e0354a18e34ad803f685b795b01fc4 [diff] |
media: stv0367: prevent division by zero While there's a test at the SNR calculus to avoid division by zero, it will still follow the path that would do the division. So, add a missing break there. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>