]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
media: rcar-vin: fix redeclaration of symbol
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Wed, 26 Sep 2018 21:40:06 +0000 (17:40 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 4 Oct 2018 18:32:56 +0000 (14:32 -0400)
When adding support for parallel subdev for Gen3 it was missed that the
symbol 'i' in rvin_group_link_notify() was already declared, remove the
dupe as it's only used as a loop variable this have no functional
change. This fixes warning:

    rcar-core.c:117:52: originally declared here
    rcar-core.c:173:30: warning: symbol 'i' shadows an earlier one

Fixes: 1284605dc821cebd ("media: rcar-vin: Handle parallel subdev in link_notify")
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Acked-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/rcar-vin/rcar-core.c

index 5dd16af3625c333bc1655d50df3383f19b735898..01e418c2d4c6792eb70ea7b3ab370448f40a4297 100644 (file)
@@ -170,7 +170,6 @@ static int rvin_group_link_notify(struct media_link *link, u32 flags,
 
        if (csi_id == -ENODEV) {
                struct v4l2_subdev *sd;
-               unsigned int i;
 
                /*
                 * Make sure the source entity subdevice is registered as