diff options
-rw-r--r-- | drivers/media/platform/soc_camera/soc_camera.c | 2 | ||||
-rw-r--r-- | include/media/sh_mobile_ceu.h | 2 | ||||
-rw-r--r-- | include/media/soc_camera.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/platform/soc_camera/soc_camera.c b/drivers/media/platform/soc_camera/soc_camera.c index 2e47b5127d4b..2dd0e5272941 100644 --- a/drivers/media/platform/soc_camera/soc_camera.c +++ b/drivers/media/platform/soc_camera/soc_camera.c | |||
@@ -1459,7 +1459,7 @@ static int soc_camera_async_complete(struct v4l2_async_notifier *notifier) | |||
1459 | } | 1459 | } |
1460 | 1460 | ||
1461 | static int scan_async_group(struct soc_camera_host *ici, | 1461 | static int scan_async_group(struct soc_camera_host *ici, |
1462 | struct v4l2_async_subdev **asd, int size) | 1462 | struct v4l2_async_subdev **asd, unsigned int size) |
1463 | { | 1463 | { |
1464 | struct soc_camera_async_subdev *sasd; | 1464 | struct soc_camera_async_subdev *sasd; |
1465 | struct soc_camera_async_client *sasc; | 1465 | struct soc_camera_async_client *sasc; |
diff --git a/include/media/sh_mobile_ceu.h b/include/media/sh_mobile_ceu.h index 8937241e5f37..7f57056c22ba 100644 --- a/include/media/sh_mobile_ceu.h +++ b/include/media/sh_mobile_ceu.h | |||
@@ -23,7 +23,7 @@ struct sh_mobile_ceu_info { | |||
23 | int max_height; | 23 | int max_height; |
24 | struct sh_mobile_ceu_companion *csi2; | 24 | struct sh_mobile_ceu_companion *csi2; |
25 | struct v4l2_async_subdev **asd; /* Flat array, arranged in groups */ | 25 | struct v4l2_async_subdev **asd; /* Flat array, arranged in groups */ |
26 | int *asd_sizes; /* 0-terminated array pf asd group sizes */ | 26 | unsigned int *asd_sizes; /* 0-terminated array pf asd group sizes */ |
27 | }; | 27 | }; |
28 | 28 | ||
29 | #endif /* __ASM_SH_MOBILE_CEU_H__ */ | 29 | #endif /* __ASM_SH_MOBILE_CEU_H__ */ |
diff --git a/include/media/soc_camera.h b/include/media/soc_camera.h index 906ed98c6e95..34d2414f2b8c 100644 --- a/include/media/soc_camera.h +++ b/include/media/soc_camera.h | |||
@@ -87,7 +87,7 @@ struct soc_camera_host { | |||
87 | const char *drv_name; | 87 | const char *drv_name; |
88 | struct soc_camera_host_ops *ops; | 88 | struct soc_camera_host_ops *ops; |
89 | struct v4l2_async_subdev **asd; /* Flat array, arranged in groups */ | 89 | struct v4l2_async_subdev **asd; /* Flat array, arranged in groups */ |
90 | int *asd_sizes; /* 0-terminated array of asd group sizes */ | 90 | unsigned int *asd_sizes; /* 0-terminated array of asd group sizes */ |
91 | }; | 91 | }; |
92 | 92 | ||
93 | struct soc_camera_host_ops { | 93 | struct soc_camera_host_ops { |