aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott K Logan <logans@cottsay.net>2021-10-03 01:18:30 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-11-19 16:19:59 +0000
commit4160420012b9b0a594793b6d644016ae4b8c9409 (patch)
tree397ac35bf3b98f9a5d6fc66956ad50cd6a44e9d7
parentmedia: drivers: cx24113: remove redundant variable r (diff)
downloadlinux-dev-4160420012b9b0a594793b6d644016ae4b8c9409.tar.xz
linux-dev-4160420012b9b0a594793b6d644016ae4b8c9409.zip
media: s5h1411.c: Fix a typo in the VSB SNR table
This looks like a typo. By manipulating the antenna on a device while monitoring the reported SNR, I was able to see the unexpected jump. After applying this patch, the spike was no longer present. Link: https://lore.kernel.org/linux-media/20211003001805.735092-1-logans@cottsay.net Signed-off-by: Scott K Logan <logans@cottsay.net> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
-rw-r--r--drivers/media/dvb-frontends/s5h1411.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/s5h1411.c b/drivers/media/dvb-frontends/s5h1411.c
index c1334d7eb442..2563a72e98b7 100644
--- a/drivers/media/dvb-frontends/s5h1411.c
+++ b/drivers/media/dvb-frontends/s5h1411.c
@@ -150,7 +150,7 @@ static struct vsb_snr_tab {
{ 0x35b, 235, },
{ 0x353, 230, },
{ 0x349, 225, },
- { 0x340, 320, },
+ { 0x340, 220, },
{ 0x337, 215, },
{ 0x327, 210, },
{ 0x31b, 205, },