From: Marcel Stork Date: Wed, 25 Apr 2018 17:34:20 +0000 (-0400) Subject: media: em28xx: merge two identical cases inside a switch() X-Git-Tag: v4.18-rc1~107^2~203 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=76757e434aae44d6f1e097288a01bf9fdedd6bd8;p=uclinux-h8%2Flinux.git media: em28xx: merge two identical cases inside a switch() A cosmetic change by combining two sets of boards into one set because having the same arguments. Signed-off-by: Marcel Stork Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/usb/em28xx/em28xx-cards.c b/drivers/media/usb/em28xx/em28xx-cards.c index 200ce91853aa..e72633bc60ff 100644 --- a/drivers/media/usb/em28xx/em28xx-cards.c +++ b/drivers/media/usb/em28xx/em28xx-cards.c @@ -3184,8 +3184,6 @@ void em28xx_setup_xc3028(struct em28xx *dev, struct xc2028_ctrl *ctl) case EM2880_BOARD_EMPIRE_DUAL_TV: case EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900: case EM2882_BOARD_TERRATEC_HYBRID_XS: - ctl->demod = XC3028_FE_ZARLINK456; - break; case EM2880_BOARD_TERRATEC_HYBRID_XS: case EM2880_BOARD_TERRATEC_HYBRID_XS_FR: case EM2881_BOARD_PINNACLE_HYBRID_PRO: