Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113800
b: refs/heads/master
c: 95f73c5
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Mauro Carvalho Chehab committed Oct 12, 2008
1 parent 3316ee0 commit add6d56
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 95fc2ead8406a6d0aa6d8ccf30125f4a50ae323f
refs/heads/master: 95f73c5b57990c97047c200b8746ab62a360c5bc
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/ivtv/ivtv-fileops.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
associated VBI streams are also automatically claimed.
Possible error returns: -EBUSY if someone else has claimed
the stream or 0 on success. */
int ivtv_claim_stream(struct ivtv_open_id *id, int type)
static int ivtv_claim_stream(struct ivtv_open_id *id, int type)
{
struct ivtv *itv = id->itv;
struct ivtv_stream *s = &itv->streams[type];
Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/media/video/ivtv/ivtv-fileops.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ void ivtv_unmute(struct ivtv *itv);

/* Utilities */

/* Try to claim a stream for the filehandle. Return 0 on success,
-EBUSY if stream already claimed. Once a stream is claimed, it
remains claimed until the associated filehandle is closed. */
int ivtv_claim_stream(struct ivtv_open_id *id, int type);

/* Release a previously claimed stream. */
void ivtv_release_stream(struct ivtv_stream *s);

Expand Down

0 comments on commit add6d56

Please sign in to comment.