diff options
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/soc_camera.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/soc_camera.h b/include/media/soc_camera.h index 6442edc2a151..0370a9517282 100644 --- a/include/media/soc_camera.h +++ b/include/media/soc_camera.h | |||
@@ -62,7 +62,7 @@ struct soc_camera_device { | |||
62 | struct soc_camera_host { | 62 | struct soc_camera_host { |
63 | struct v4l2_device v4l2_dev; | 63 | struct v4l2_device v4l2_dev; |
64 | struct list_head list; | 64 | struct list_head list; |
65 | struct mutex host_lock; /* Protect during probing */ | 65 | struct mutex host_lock; /* Protect pipeline modifications */ |
66 | unsigned char nr; /* Host number */ | 66 | unsigned char nr; /* Host number */ |
67 | u32 capabilities; | 67 | u32 capabilities; |
68 | void *priv; | 68 | void *priv; |