On 30.04.21 11:19, Bastian Krause wrote: > If a USB device path is specified, it is expected that other devices will > be ignored. So print that message only on verbose > 0. > > Signed-off-by: Bastian Krause <bst@xxxxxxxxxxxxxx> Reviewed-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> > --- > scripts/imx/imx-usb-loader.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/imx/imx-usb-loader.c b/scripts/imx/imx-usb-loader.c > index e277d29035..6f9104e816 100644 > --- a/scripts/imx/imx-usb-loader.c > +++ b/scripts/imx/imx-usb-loader.c > @@ -314,7 +314,7 @@ static int device_location_equal(libusb_device *device, const char *location) > /* walked the full path, all elements match */ > if (path_step == path_len) > result = 1; > - else > + else if (verbose) > fprintf(stderr, " excluded by device path option\n"); > > done: > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox