Commit 6b124062 authored by Niklas Söderlund's avatar Niklas Söderlund Committed by Mauro Carvalho Chehab

media: rcar-vin: Remove stray blank line

Remove a stray blank line between function definition and body.
Signed-off-by: default avatarNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: default avatarKieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent 87581a9e
...@@ -889,7 +889,6 @@ static const struct media_device_ops rvin_csi2_media_ops = { ...@@ -889,7 +889,6 @@ static const struct media_device_ops rvin_csi2_media_ops = {
static int rvin_csi2_create_link(struct rvin_group *group, unsigned int id, static int rvin_csi2_create_link(struct rvin_group *group, unsigned int id,
const struct rvin_group_route *route) const struct rvin_group_route *route)
{ {
struct media_entity *source = &group->remotes[route->csi].subdev->entity; struct media_entity *source = &group->remotes[route->csi].subdev->entity;
struct media_entity *sink = &group->vin[id]->vdev.entity; struct media_entity *sink = &group->vin[id]->vdev.entity;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment