diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/video4linux/v4l2-framework.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/video4linux/v4l2-framework.txt b/Documentation/video4linux/v4l2-framework.txt index a128e012a45c..f22f35c271f3 100644 --- a/Documentation/video4linux/v4l2-framework.txt +++ b/Documentation/video4linux/v4l2-framework.txt | |||
@@ -488,7 +488,7 @@ also waits in the code, then you should do the same to allow other processes | |||
488 | to access the device node while the first process is waiting for something. | 488 | to access the device node while the first process is waiting for something. |
489 | 489 | ||
490 | The implementation of a hotplug disconnect should also take the lock before | 490 | The implementation of a hotplug disconnect should also take the lock before |
491 | calling v4l2_device_disconnect and video_unregister_device. | 491 | calling v4l2_device_disconnect. |
492 | 492 | ||
493 | video_device registration | 493 | video_device registration |
494 | ------------------------- | 494 | ------------------------- |