Commit e2d79439 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab

V4L/DVB (5134): M920x: fix build in hg tree / other trivial fixes

- removed extra newline
- removed NULL entry
- fixed versions.txt
Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 6cf2a101
...@@ -131,7 +131,6 @@ static int m9206_rc_query(struct dvb_usb_device *d, u32 *event, int *state) ...@@ -131,7 +131,6 @@ static int m9206_rc_query(struct dvb_usb_device *d, u32 *event, int *state)
} }
/* I2C */ /* I2C */
static int m9206_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg msg[], int num) static int m9206_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg msg[], int num)
{ {
struct dvb_usb_device *d = i2c_get_adapdata(adap); struct dvb_usb_device *d = i2c_get_adapdata(adap);
...@@ -464,7 +463,6 @@ static struct dvb_usb_device_properties megasky_properties = { ...@@ -464,7 +463,6 @@ static struct dvb_usb_device_properties megasky_properties = {
{ &m920x_table[0], NULL }, { &m920x_table[0], NULL },
{ NULL }, { NULL },
}, },
{ NULL },
} }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment