fix en50494 config parsing

This commit is contained in:
Christian Brunner 2014-08-11 21:58:09 +02:00
parent 9d3168e2b0
commit 189f11fc8d

View file

@ -257,10 +257,6 @@ linuxdvb_en50494_create0
linuxdvb_diseqc_t *ld;
linuxdvb_en50494_t *le;
/* Ignore */
if (strcmp(name, "Generic"))
return NULL;
if (port > 1) {
tvherror("en50494", "only 2 ports/positions are posible. given %i", port);
port = 0;