Message ID | 1535106262-13004-3-git-send-email-jacopo@jmondi.org (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | vin-tests: Add D3 Draak support | expand |
Hi Jacopo, Thanks for finding this bug. On 2018-08-24 12:24:20 +0200, Jacopo Mondi wrote: > The $vdev variable was not defined in propagate_parallel() function. > > Signed-off-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Applied to my tree. > --- > scripts/vin-tests.sh | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/scripts/vin-tests.sh b/scripts/vin-tests.sh > index ebb1477..0c5b29a 100644 > --- a/scripts/vin-tests.sh > +++ b/scripts/vin-tests.sh > @@ -83,6 +83,7 @@ mc_propagate_cvbs() { > } > > mc_propagate_parallel() { > + vin="$1" > mdev=$(mc_get_mdev) > > cam="'$parallelname':1" > -- > 2.7.4 >
diff --git a/scripts/vin-tests.sh b/scripts/vin-tests.sh index ebb1477..0c5b29a 100644 --- a/scripts/vin-tests.sh +++ b/scripts/vin-tests.sh @@ -83,6 +83,7 @@ mc_propagate_cvbs() { } mc_propagate_parallel() { + vin="$1" mdev=$(mc_get_mdev) cam="'$parallelname':1"
The $vdev variable was not defined in propagate_parallel() function. Signed-off-by: Jacopo Mondi <jacopo@jmondi.org> --- scripts/vin-tests.sh | 1 + 1 file changed, 1 insertion(+)