projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cf2a10
)
V4L/DVB (5134): M920x: fix build in hg tree / other trivial fixes
author
Michael Krufky
<mkrufky@linuxtv.org>
Tue, 3 Oct 2006 19:46:33 +0000
(16:46 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Wed, 21 Feb 2007 15:34:52 +0000
(13:34 -0200)
- 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>
drivers/media/dvb/dvb-usb/m920x.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/dvb-usb/m920x.c
b/drivers/media/dvb/dvb-usb/m920x.c
index ba5332676b4984fe0ae484ee3eded05165790a46..4e67a19042746d2dc0d217eaf717fb0aac4a1c37 100644
(file)
--- 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)
}
/* I2C */
-
static int m9206_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg msg[], int num)
{
struct dvb_usb_device *d = i2c_get_adapdata(adap);
@@
-464,7
+463,6
@@
static struct dvb_usb_device_properties megasky_properties = {
{ &m920x_table[0], NULL },
{ NULL },
},
- { NULL },
}
};