jtag/drivers/jtag_usb_common: Remove warning
The warning appears for every possible device during enumeration and provides no useful information for an end-user. Change-Id: I56e7889a5d9d4656de13ad9e21be3a6e1906e05f Signed-off-by: Marc Schink <openocd-dev@marcschink.de> Reviewed-on: http://openocd.zylin.com/5155 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>bscan_optimization
parent
2288394b45
commit
cbf99d2df3
|
@ -75,9 +75,6 @@ bool jtag_usb_location_equal(uint8_t dev_bus, uint8_t *port_path,
|
||||||
/* walked the full path, all elements match */
|
/* walked the full path, all elements match */
|
||||||
if (path_step == path_len && !string_lengh)
|
if (path_step == path_len && !string_lengh)
|
||||||
equal = true;
|
equal = true;
|
||||||
else
|
|
||||||
LOG_WARNING("excluded by device path option: %s\n",
|
|
||||||
jtag_usb_get_location());
|
|
||||||
|
|
||||||
done:
|
done:
|
||||||
free(loc);
|
free(loc);
|
||||||
|
|
Loading…
Reference in New Issue