]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
media: dvb-pll: don't re-validate tuner frequencies
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 23 Nov 2018 17:10:57 +0000 (12:10 -0500)
committerSultan Alsawaf <sultan.alsawaf@canonical.com>
Wed, 24 Jul 2019 15:45:06 +0000 (09:45 -0600)
commit54729f1c5f702666b055deb1f275fe79e617e66a
treea4dfd976e9e42e52c384582ee1370389b0bf840c
parent01f5508c8b12eed299dbde8004690b43839fa9b7
media: dvb-pll: don't re-validate tuner frequencies

BugLink: https://bugs.launchpad.net/bugs/1837161
commit 3420f65cbbd0555049bd02394bed33a0ef74d860 upstream.

The dvb_frontend core already checks for the frequencies. No
need for any additional check inside the driver.

It is part of the fixes for the following bug:
  https://bugzilla.opensuse.org/show_bug.cgi?id=1116374

Fixes: a3f90c75b833 ("media: dvb: convert tuner_info frequencies to Hz")
Reported-by: Stakanov Schufter <stakanov@eclipso.eu>
Reported-by: Takashi Iwai <tiwai@suse.de>
Cc: stable@vger.kernel.org # For 4.19
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Connor Kuehl <connor.kuehl@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/media/dvb-frontends/dvb-pll.c