Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41160
b: refs/heads/master
c: 5d9a276
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn authored and Adrian Bunk committed Nov 30, 2006
1 parent f150cc9 commit 21588d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 0779bf2d2ecc4d9b1e9437ae659f50e6776a7666
refs/heads/master: 5d9a276a3eb073251737cb92b790bfdb9f0b9139
3 changes: 1 addition & 2 deletions trunk/drivers/media/video/pwc/pwc-if.c
Original file line number Diff line number Diff line change
Expand Up @@ -1095,8 +1095,7 @@ static int pwc_video_open(struct inode *inode, struct file *file)
PWC_DEBUG_OPEN(">> video_open called(vdev = 0x%p).\n", vdev);

pdev = (struct pwc_device *)vdev->priv;
if (pdev == NULL)
BUG();
BUG_ON(!pdev);
if (pdev->vopen) {
PWC_DEBUG_OPEN("I'm busy, someone is using the device.\n");
return -EBUSY;
Expand Down

0 comments on commit 21588d6

Please sign in to comment.