mdadm: Uninitialized variable rdev rdev is not initialized properly causing compiler complaint. Signed-off-by: James Puthukattukaran <james.puthukattukaran@xxxxxxxxxx> diff --git a/super-ddf.c b/super-ddf.c index 9c82f4f..ac14017 100644 --- a/super-ddf.c +++ b/super-ddf.c @@ -3526,7 +3526,7 @@ static int validate_geometry_ddf_bvd( struct supertype *st, return 1; } /* This device must be a member of the set */ - if (!stat_is_blkdev(dev, NULL)) + if (!stat_is_blkdev(dev, &rdev)) return 0; for (dl = ddf->dlist ; dl ; dl = dl->next) { if (dl->major == (int)major(rdev) && -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html