Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65929
b: refs/heads/master
c: cd4765e
h: refs/heads/master
i:
  65927: b000cc8
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Oct 10, 2007
1 parent b47fb32 commit 298a8b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3bef5e4a1f73898dc8c8433f938d3a8b22f2be22
refs/heads/master: cd4765efdd816ac14075fc7d5adf489502e75e1e
3 changes: 3 additions & 0 deletions trunk/drivers/media/video/videobuf-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,9 @@ int videobuf_mmap_free(struct videobuf_queue *q)
int i;
int rc;

if (!q)
return 0;

MAGIC_CHECK(q->int_ops->magic,MAGIC_QTYPE_OPS);

rc = CALL(q,mmap_free,q);
Expand Down

0 comments on commit 298a8b0

Please sign in to comment.