Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92441
b: refs/heads/master
c: 99a6acf
h: refs/heads/master
i:
  92439: fed87b4
v: v3
  • Loading branch information
Mike Isely authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 9fc98dd commit ff9ee6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7f421fe475726f0de55588a22c870e5cf35dc4f5
refs/heads/master: 99a6acf9a7a80da49e85be964b15ffed9ab7643e
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/pvrusb2/pvrusb2-context.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ int pvr2_channel_claim_stream(struct pvr2_channel *cp,
int code = 0;
pvr2_context_enter(cp->mc_head); do {
if (sp == cp->stream) break;
if (sp->user) {
if (sp && sp->user) {
code = -EBUSY;
break;
}
Expand Down

0 comments on commit ff9ee6b

Please sign in to comment.