This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: dw2102: Dont't list TT Cinergy S2 R4 twice
Author:  Michael Bunk <mi...@freedict.org>
Date:    Sun Jan 16 12:22:37 2022 +0100

"modinfo dvb-usb-dw2102|grep 0105" returns two lines, because the module
reports this usb alias twice.

Remove one of them.

Signed-off-by: Michael Bunk <mi...@freedict.org>
Signed-off-by: Mauro Carvalho Chehab <mche...@kernel.org>

 drivers/media/usb/dvb-usb/dw2102.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

---

diff --git a/drivers/media/usb/dvb-usb/dw2102.c 
b/drivers/media/usb/dvb-usb/dw2102.c
index 10351308b0d0..598185c516fa 100644
--- a/drivers/media/usb/dvb-usb/dw2102.c
+++ b/drivers/media/usb/dvb-usb/dw2102.c
@@ -1833,7 +1833,6 @@ enum dw2102_table_entry {
        TECHNOTREND_CONNECT_S2_4600,
        TEVII_S482_1,
        TEVII_S482_2,
-       TERRATEC_CINERGY_S2_BOX,
        TEVII_S662
 };
 
@@ -1866,7 +1865,6 @@ static struct usb_device_id dw2102_table[] = {
        DVB_USB_DEV(TECHNOTREND, TECHNOTREND_CONNECT_S2_4600),
        DVB_USB_DEV(TEVII, TEVII_S482_1),
        DVB_USB_DEV(TEVII, TEVII_S482_2),
-       DVB_USB_DEV(TERRATEC, TERRATEC_CINERGY_S2_BOX),
        DVB_USB_DEV(TEVII, TEVII_S662),
        { }
 };
@@ -2577,7 +2575,7 @@ static struct dvb_usb_device_properties 
tt_s2_4600_properties = {
                        { NULL },
                },
                { "Terratec Cinergy S2 USB BOX",
-                       { &dw2102_table[TERRATEC_CINERGY_S2_BOX], NULL },
+                       { &dw2102_table[TERRATEC_CINERGY_S2_R4], NULL },
                        { NULL },
                },
                { "TeVii S662",

Reply via email to