Skip to content

Commit 00e3457

Browse files
desmendmchehab
authored andcommitted
V4L/DVB (3322): Whitespace cleanup and unused code removed
- Some whitespaces cleaned up - unused code removed Signed-off-by: Patrick Boettcher <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 5ba4cc9 commit 00e3457

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

drivers/media/dvb/dvb-usb/nova-t-usb2.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,6 @@ static int nova_t_read_mac_address (struct dvb_usb_device *d, u8 mac[6])
129129
dibusb_read_eeprom_byte(d,i, &b);
130130

131131
mac[5 - (i - 136)] = b;
132-
133-
/* deb_ee("%02x ",b);
134-
if ((i+1) % 16 == 0)
135-
deb_ee("\n");*/
136132
}
137133

138134
return 0;
@@ -153,7 +149,7 @@ static struct usb_device_id nova_t_table [] = {
153149
/* 01 */ { USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_WINTV_NOVA_T_USB2_WARM) },
154150
{ } /* Terminating entry */
155151
};
156-
MODULE_DEVICE_TABLE (usb, nova_t_table);
152+
MODULE_DEVICE_TABLE(usb, nova_t_table);
157153

158154
static struct dvb_usb_properties nova_t_properties = {
159155
.caps = DVB_USB_HAS_PID_FILTER | DVB_USB_PID_FILTER_CAN_BE_TURNED_OFF | DVB_USB_IS_AN_I2C_ADAPTER,
@@ -198,6 +194,7 @@ static struct dvb_usb_properties nova_t_properties = {
198194
{ &nova_t_table[0], NULL },
199195
{ &nova_t_table[1], NULL },
200196
},
197+
{ NULL },
201198
}
202199
};
203200

0 commit comments

Comments
 (0)