diff options
author | Johannes Stezenbach <devnull@localhost> | 2005-07-10 13:33:58 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2005-07-10 13:33:58 +0000 |
commit | 1dde231be2cf3a1a38c7dbae7f8a046b7797e2c7 (patch) | |
tree | 76776969b69381e88bad6528aa8763e7a17d8324 /linux/drivers/media/dvb/dvb-usb | |
parent | a82e6533b0e31556752e1c1386d5e2dc481ef69c (diff) | |
download | mediapointer-dvb-s2-1dde231be2cf3a1a38c7dbae7f8a046b7797e2c7.tar.gz mediapointer-dvb-s2-1dde231be2cf3a1a38c7dbae7f8a046b7797e2c7.tar.bz2 |
gcc-4.0 compile fix
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/vp702x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/vp702x.c b/linux/drivers/media/dvb/dvb-usb/vp702x.c index 3ad07a2d1..1f5034ca1 100644 --- a/linux/drivers/media/dvb/dvb-usb/vp702x.c +++ b/linux/drivers/media/dvb/dvb-usb/vp702x.c @@ -233,7 +233,7 @@ static struct dvb_usb_properties vp702x_properties = { .type = DVB_USB_BULK, .count = 7, .endpoint = 0x02, - .u { + .u = { .bulk = { .buffersize = 4096, } |