diff options
author | Jacopo Mondi <jacopo+renesas@jmondi.org> | 2018-06-12 11:43:24 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-07-04 15:09:00 +0200 |
commit | a561e9e0944aea3e8683c3ab17219d6942ad3ca8 (patch) | |
tree | 330a379d4f7f58a38e4196827b03870729f70a7f /drivers | |
parent | media: rcar-vin: Rename 'digital' to 'parallel' (diff) | |
download | linux-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.c | 2 |
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) { |