Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76581
b: refs/heads/master
c: 544e617
h: refs/heads/master
i:
  76579: 2782f64
v: v3
  • Loading branch information
Andrew Morton authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent eacbbb9 commit 122388f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 0991112c1c4625323df8a582de1b2f8609922248
refs/heads/master: 544e6175330c86ad87abeeb1b048f56bafd96c31
5 changes: 3 additions & 2 deletions trunk/drivers/media/video/usbvision/usbvision-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1290,8 +1290,8 @@ static int usbvision_radio_open(struct inode *inode, struct file *file)
errCode = usbvision_set_alternate(usbvision);
if (errCode < 0) {
usbvision->last_error = errCode;
mutex_unlock(&usbvision->lock);
return -EBUSY;
errCode = -EBUSY;
goto out;
}

// If so far no errors then we shall start the radio
Expand All @@ -1308,6 +1308,7 @@ static int usbvision_radio_open(struct inode *inode, struct file *file)
usbvision->initialized = 0;
}
}
out:
mutex_unlock(&usbvision->lock);
return errCode;
}
Expand Down

0 comments on commit 122388f

Please sign in to comment.