[media] media: use unsigned for pad index
The pad index is unsigned. Replace the occurences of it where pertinent. Suggested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
这个提交包含在:
@@ -2513,7 +2513,7 @@ static int ccdc_link_setup(struct media_entity *entity,
|
||||
struct v4l2_subdev *sd = media_entity_to_v4l2_subdev(entity);
|
||||
struct isp_ccdc_device *ccdc = v4l2_get_subdevdata(sd);
|
||||
struct isp_device *isp = to_isp_device(ccdc);
|
||||
int index = local->index;
|
||||
unsigned int index = local->index;
|
||||
|
||||
/* FIXME: this is actually a hack! */
|
||||
if (is_media_entity_v4l2_subdev(remote->entity))
|
||||
|
在新工单中引用
屏蔽一个用户