[media] media: platform: pxa_camera: fix style
This is a tiny fix for a switch case which quiets 2 checkpatch harmless warnings. The generated code is not affected. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
4bb738f228
commit
855f5aa432
|
@ -1296,6 +1296,7 @@ static int pxa_camera_get_formats(struct v4l2_device *v4l2_dev,
|
||||||
"Providing format %s using code %d\n",
|
"Providing format %s using code %d\n",
|
||||||
pxa_camera_formats[0].name, code.code);
|
pxa_camera_formats[0].name, code.code);
|
||||||
}
|
}
|
||||||
|
/* fall through */
|
||||||
case MEDIA_BUS_FMT_VYUY8_2X8:
|
case MEDIA_BUS_FMT_VYUY8_2X8:
|
||||||
case MEDIA_BUS_FMT_YUYV8_2X8:
|
case MEDIA_BUS_FMT_YUYV8_2X8:
|
||||||
case MEDIA_BUS_FMT_YVYU8_2X8:
|
case MEDIA_BUS_FMT_YVYU8_2X8:
|
||||||
|
@ -1313,6 +1314,7 @@ static int pxa_camera_get_formats(struct v4l2_device *v4l2_dev,
|
||||||
dev_dbg(pcdev_to_dev(pcdev),
|
dev_dbg(pcdev_to_dev(pcdev),
|
||||||
"Providing format %s in pass-through mode\n",
|
"Providing format %s in pass-through mode\n",
|
||||||
fmt->name);
|
fmt->name);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Generic pass-through */
|
/* Generic pass-through */
|
||||||
|
|
Loading…
Reference in New Issue