>From 5103cc546075de0eb800f5a76f3212a3e342b833 Mon Sep 17 00:00:00 2001 From: Marcel Stork <mjstork@xxxxxxxxx> Date: Tue, 24 Apr 2018 14:43:01 +0200 Subject: [PATCH] remove 2 excess lines in driver module em28xx A cosmetic change by combining two sets of boards into one set because having the same arguments. Changes to be committed: modified: em28xx-cards.c --- em28xx-cards.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/em28xx-cards.c b/em28xx-cards.c index 6e0e67d..7fa9a00 100644 --- a/em28xx-cards.c +++ b/em28xx-cards.c @@ -3182,8 +3182,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: -- 2.11.0