media: dvb-bt8xx: remove duplicate code
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Tue, 22 May 2018 16:04:59 +0000 (12:04 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 27 Jul 2018 10:39:57 +0000 (06:39 -0400)
commitf2047d6044e530c05a618a33d1be09b1498f9e0b
treeaeed357700a8b1f5575fd57984b65f102bb6bb70
parentada19043e5c6fd66d2b8e11c49e27c55c48f3b7c
media: dvb-bt8xx: remove duplicate code

The same code is executed regardless of whether c->frequency < 600000000
or c->frequency < 730000000 is true.

This code was detected with the help of Coccinelle.

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/pci/bt8xx/dvb-bt8xx.c