Initial INC MR3 commit with EVO/BRAVO included and majority of the compile warnings ...
/drivers/md/dm-mpath.c
blob:32d0b878ecccb5ac3b7878d68adc677ebc6aa880 -> blob:f336c695908217610a0d4a66e0ae2e27a68e85a0
--- drivers/md/dm-mpath.c
+++ drivers/md/dm-mpath.c
@@ -691,6 +691,7 @@ static struct priority_group *parse_prio
if (as->argc < nr_params) {
ti->error = "not enough path parameters";
+ r = -EINVAL;
goto bad;
}