Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/drivers/media/video/cx88/cx88-dvb.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/media/video/cx88/cx88-dvb.c~v4l-dvb-cx88-driver-update-fix drivers/media/video/cx88/cx88-dvb.c
--- 25/drivers/media/video/cx88/cx88-dvb.c~v4l-dvb-cx88-driver-update-fix	Tue Sep 21 16:25:09 2004
+++ 25-akpm/drivers/media/video/cx88/cx88-dvb.c	Tue Sep 21 16:25:16 2004
@@ -137,7 +137,7 @@ static int dvb_thread(void *data)
 	}
 
 	videobuf_read_stop(file, &dev->dvbq);
-	put_filp(file);
+	fput(file);
 	dprintk(1,"dvb thread stopped\n");
 
 	/* Hmm, linux becomes *very* unhappy without this ... */
_