V4L/DVB: v4l2-subdev.h: fix enum_mbus_fmt prototype
[deliverable/linux.git] / drivers / media / video / mt9t031.c
index 78b4e091d2d5f527dd76db13a072bb339289fa84..f26933a8fd8a5022825e1b1e689aa1cc1e19d69c 100644 (file)
@@ -798,7 +798,7 @@ static struct v4l2_subdev_core_ops mt9t031_subdev_core_ops = {
 #endif
 };
 
-static int mt9t031_enum_fmt(struct v4l2_subdev *sd, int index,
+static int mt9t031_enum_fmt(struct v4l2_subdev *sd, unsigned int index,
                            enum v4l2_mbus_pixelcode *code)
 {
        if (index)
This page took 0.023682 seconds and 5 git commands to generate.