media: rcar-vin: Remove stray blank line
Remove a stray blank line between function definition and body. Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
parent
87581a9ef5
commit
6b124062d5
|
@ -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,
|
||||
const struct rvin_group_route *route)
|
||||
|
||||
{
|
||||
struct media_entity *source = &group->remotes[route->csi].subdev->entity;
|
||||
struct media_entity *sink = &group->vin[id]->vdev.entity;
|
||||
|
|
Loading…
Reference in New Issue