Commit 7c33d85f authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

media: dvb-usb: vp702x: reference to usb ID table

There are two commented entries that are pointing to the wrong
places. Fix them.

Link: https://lore.kernel.org/linux-media/fe9ee24510431e6baad5244d8a27e56ce167fc36.1648499509.git.mchehab@kernel.orgSigned-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent 2f8bc51d
......@@ -425,8 +425,8 @@ static struct dvb_usb_device_properties vp702x_properties = {
.warm_ids = { NULL },
},
/* { .name = "TwinhanDTV StarBox DVB-S USB2.0 (VP7020)",
.cold_ids = { &vp702x_usb_table[2], NULL },
.warm_ids = { &vp702x_usb_table[3], NULL },
.cold_ids = { &vp702x_usb_table[1], NULL },
.warm_ids = { &vp702x_usb_table[2], NULL },
},
*/ { NULL },
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment