All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] remove 2 excess lines in driver module em28xx
@ 2018-04-24 13:11 mjs
  2018-04-26 19:38 ` [PATCH] [superseded] " mjs
  0 siblings, 1 reply; 2+ messages in thread
From: mjs @ 2018-04-24 13:11 UTC (permalink / raw)
  To: 3 linux-media@vger.kernel.org

From 5103cc546075de0eb800f5a76f3212a3e342b833 Mon Sep 17 00:00:00 2001
From: Marcel Stork <mjstork@gmail.com>
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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] [superseded] remove 2 excess lines in driver module em28xx
  2018-04-24 13:11 [PATCH] remove 2 excess lines in driver module em28xx mjs
@ 2018-04-26 19:38 ` mjs
  0 siblings, 0 replies; 2+ messages in thread
From: mjs @ 2018-04-26 19:38 UTC (permalink / raw)
  To: mjstork, 3 linux-media@vger.kernel.org

superseded by msg130250

Thanks,
  Marcel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-26 19:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-24 13:11 [PATCH] remove 2 excess lines in driver module em28xx mjs
2018-04-26 19:38 ` [PATCH] [superseded] " mjs

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.