mirror of
https://github.com/adulau/aha.git
synced 2025-01-02 14:13:18 +00:00
V4L/DVB (3322): Whitespace cleanup and unused code removed
- Some whitespaces cleaned up - unused code removed Signed-off-by: Patrick Boettcher <pb@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
This commit is contained in:
parent
5ba4cc9778
commit
00e34579fe
1 changed files with 2 additions and 5 deletions
|
@ -129,10 +129,6 @@ static int nova_t_read_mac_address (struct dvb_usb_device *d, u8 mac[6])
|
||||||
dibusb_read_eeprom_byte(d,i, &b);
|
dibusb_read_eeprom_byte(d,i, &b);
|
||||||
|
|
||||||
mac[5 - (i - 136)] = b;
|
mac[5 - (i - 136)] = b;
|
||||||
|
|
||||||
/* deb_ee("%02x ",b);
|
|
||||||
if ((i+1) % 16 == 0)
|
|
||||||
deb_ee("\n");*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
@ -198,6 +194,7 @@ static struct dvb_usb_properties nova_t_properties = {
|
||||||
{ &nova_t_table[0], NULL },
|
{ &nova_t_table[0], NULL },
|
||||||
{ &nova_t_table[1], NULL },
|
{ &nova_t_table[1], NULL },
|
||||||
},
|
},
|
||||||
|
{ NULL },
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue