summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJacopo Mondi <jacopo+renesas@jmondi.org>2018-06-12 11:43:24 +0200
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-07-04 15:09:00 +0200
commita561e9e0944aea3e8683c3ab17219d6942ad3ca8 (patch)
tree330a379d4f7f58a38e4196827b03870729f70a7f /drivers
parentmedia: rcar-vin: Rename 'digital' to 'parallel' (diff)
downloadlinux-a561e9e0944aea3e8683c3ab17219d6942ad3ca8.tar.xz
linux-a561e9e0944aea3e8683c3ab17219d6942ad3ca8.zip
media: rcar-vin: Remove two empty lines
Remove un-necessary empty lines. Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org> Acked-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/platform/rcar-vin/rcar-core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/platform/rcar-vin/rcar-core.c b/drivers/media/platform/rcar-vin/rcar-core.c
index 2a8ad99777ec..1548b409806d 100644
--- a/drivers/media/platform/rcar-vin/rcar-core.c
+++ b/drivers/media/platform/rcar-vin/rcar-core.c
@@ -707,11 +707,9 @@ static int rvin_mc_parse_of_endpoint(struct device *dev,
return -EINVAL;
if (!of_device_is_available(to_of_node(asd->match.fwnode))) {
-
vin_dbg(vin, "OF device %pOF disabled, ignoring\n",
to_of_node(asd->match.fwnode));
return -ENOTCONN;
-
}
if (vin->group->csi[vep->base.id].fwnode) {