Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219310
b: refs/heads/master
c: 9c84d89
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent 77b0b05 commit 84033e0
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 1cd72781db93c00fbee0bf4aed9e310a1d589738
refs/heads/master: 9c84d89bf13b702ca0e0db5eb3880300c4bd58f4
2 changes: 1 addition & 1 deletion trunk/Documentation/video4linux/v4l2-framework.txt
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ also waits in the code, then you should do the same to allow other processes
to access the device node while the first process is waiting for something.

The implementation of a hotplug disconnect should also take the lock before
calling v4l2_device_disconnect and video_unregister_device.
calling v4l2_device_disconnect.

video_device registration
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/radio/radio-mr800.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ static void usb_amradio_disconnect(struct usb_interface *intf)

mutex_lock(&radio->lock);
v4l2_device_disconnect(&radio->v4l2_dev);
video_unregister_device(&radio->videodev);
mutex_unlock(&radio->lock);
video_unregister_device(&radio->videodev);
}

/* vidioc_querycap - query device capabilities */
Expand Down

0 comments on commit 84033e0

Please sign in to comment.