linuxdvb_adapter: remove ommited debug line

This commit is contained in:
Jaroslav Kysela 2014-10-15 12:45:34 +02:00
parent f70e601c7a
commit 2637ee0aad

View file

@ -164,7 +164,6 @@ linuxdvb_adapter_create
static dvb_fe_type_t
linux_dvb_get_type(int linux_type)
{
return DVB_TYPE_S;
switch (linux_type) {
case FE_QPSK:
return DVB_TYPE_S;