Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00e34579 authored by Marc Koschewski's avatar Marc Koschewski Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (3322): Whitespace cleanup and unused code removed



- Some whitespaces cleaned up
- unused code removed

Signed-off-by: default avatarPatrick Boettcher <pb@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@brturbo.com.br>
parent 5ba4cc97
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -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);

		mac[5 - (i - 136)] = b;

/*		deb_ee("%02x ",b);
		if ((i+1) % 16 == 0)
			deb_ee("\n");*/
	}

	return 0;
@@ -198,6 +194,7 @@ static struct dvb_usb_properties nova_t_properties = {
			{ &nova_t_table[0], NULL },
			{ &nova_t_table[1], NULL },
		},
		{ NULL },
	}
};