diff options
| author | Gerd Knorr <kraxel@bytesex.org> | 2005-01-25 04:52:00 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-01-25 04:52:00 -0800 |
| commit | 4d96c2a7d2dbf21d06c8a481db22f5ad10fddad4 (patch) | |
| tree | 0cd2208471ca8d021103c18c7fcc9b9874839726 /include/media | |
| parent | 64a7434798907ab71828af882c086e6806fef7da (diff) | |
[PATCH] v4l: video-buf update
- Fix a memory leak in video-buf.c
- Small update for the video-buf-dvb.c module.
Signed-off-by: Gerd Knorr <kraxel@bytesex.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/media')
| -rw-r--r-- | include/media/video-buf-dvb.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/media/video-buf-dvb.h b/include/media/video-buf-dvb.h index 53eac765a8bd..94bd33619aa5 100644 --- a/include/media/video-buf-dvb.h +++ b/include/media/video-buf-dvb.h @@ -24,7 +24,9 @@ struct videobuf_dvb { struct dvb_net net; }; -int videobuf_dvb_register(struct videobuf_dvb *dvb); +int videobuf_dvb_register(struct videobuf_dvb *dvb, + struct module *module, + void *adapter_priv); void videobuf_dvb_unregister(struct videobuf_dvb *dvb); /* |
