aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-10-03 15:46:33 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-02-21 10:34:52 -0500
commite2d79439c2253571e4d32fe959663b5615d89907 (patch)
treefbcf243608f03e6be0fd8b662b5fcbfec0028cc7
parent6cf2a10180e4039aaad1e4ecba5f2520f157da40 (diff)
V4L/DVB (5134): M920x: fix build in hg tree / other trivial fixes
- removed extra newline - removed NULL entry - fixed versions.txt Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r--drivers/media/dvb/dvb-usb/m920x.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb/dvb-usb/m920x.c b/drivers/media/dvb/dvb-usb/m920x.c
index ba5332676b49..4e67a1904274 100644
--- a/drivers/media/dvb/dvb-usb/m920x.c
+++ b/drivers/media/dvb/dvb-usb/m920x.c
@@ -131,7 +131,6 @@ static int m9206_rc_query(struct dvb_usb_device *d, u32 *event, int *state)
131} 131}
132 132
133/* I2C */ 133/* I2C */
134
135static int m9206_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg msg[], int num) 134static int m9206_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg msg[], int num)
136{ 135{
137 struct dvb_usb_device *d = i2c_get_adapdata(adap); 136 struct dvb_usb_device *d = i2c_get_adapdata(adap);
@@ -464,7 +463,6 @@ static struct dvb_usb_device_properties megasky_properties = {
464 { &m920x_table[0], NULL }, 463 { &m920x_table[0], NULL },
465 { NULL }, 464 { NULL },
466 }, 465 },
467 { NULL },
468 } 466 }
469}; 467};
470 468