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>
This commit is contained in:
parent
d24c029ed3
commit
a561e9e094
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue