summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/ttpci/budget-av.c
diff options
context:
space:
mode:
authorKenneth Aafloy <devnull@localhost>2004-07-29 19:30:22 +0000
committerKenneth Aafloy <devnull@localhost>2004-07-29 19:30:22 +0000
commite717d56a436a12e1750ccf5a0e6756fd710a551c (patch)
tree5e5d2ae968315a48db77a4713ac5cef43dd334b5 /linux/drivers/media/dvb/ttpci/budget-av.c
parentf1ab4e59f6c372315eeb857324dcbfacee35fcc5 (diff)
downloadmediapointer-dvb-s2-e717d56a436a12e1750ccf5a0e6756fd710a551c.tar.gz
mediapointer-dvb-s2-e717d56a436a12e1750ccf5a0e6756fd710a551c.tar.bz2
- Fix videodev has no release callback.
NOTE: Michael, please remember to change the other drivers when submitting to Andrew.
Diffstat (limited to 'linux/drivers/media/dvb/ttpci/budget-av.c')
-rw-r--r--linux/drivers/media/dvb/ttpci/budget-av.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/ttpci/budget-av.c b/linux/drivers/media/dvb/ttpci/budget-av.c
index 520d5372c..9520f9f1f 100644
--- a/linux/drivers/media/dvb/ttpci/budget-av.c
+++ b/linux/drivers/media/dvb/ttpci/budget-av.c
@@ -35,7 +35,7 @@
struct budget_av {
struct budget budget;
- struct video_device vd;
+ struct video_device *vd;
int cur_input;
int has_saa7113;
};