diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2010-12-18 09:06:09 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-30 05:01:45 -0500 |
commit | c627b9d1f580f26fe99a8045d37a57f91e9aef66 (patch) | |
tree | 3699c7f3fbcc44bfaae1d6bd09cb814a69adb404 /drivers/media/video/usbvision/usbvision.h | |
parent | 427aacfe1d0c540bf80e5243d18ba1272f9b756f (diff) |
[media] usbvision: convert to unlocked_ioctl
Convert driver to use core-assisted locking.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/usbvision/usbvision.h')
-rw-r--r-- | drivers/media/video/usbvision/usbvision.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/usbvision/usbvision.h b/drivers/media/video/usbvision/usbvision.h index cc4e96c8cd6c..2271ede78ddf 100644 --- a/drivers/media/video/usbvision/usbvision.h +++ b/drivers/media/video/usbvision/usbvision.h | |||
@@ -391,7 +391,7 @@ struct usb_usbvision { | |||
391 | unsigned char iface; /* Video interface number */ | 391 | unsigned char iface; /* Video interface number */ |
392 | unsigned char ifaceAlt; /* Alt settings */ | 392 | unsigned char ifaceAlt; /* Alt settings */ |
393 | unsigned char Vin_Reg2_Preset; | 393 | unsigned char Vin_Reg2_Preset; |
394 | struct mutex lock; | 394 | struct mutex v4l2_lock; |
395 | struct timer_list powerOffTimer; | 395 | struct timer_list powerOffTimer; |
396 | struct work_struct powerOffWork; | 396 | struct work_struct powerOffWork; |
397 | int power; /* is the device powered on? */ | 397 | int power; /* is the device powered on? */ |