ti_icdi: add icdi_usb_query result check
Change-Id: I0b40586677a77ee6ae46fe120a677616bde22d1e Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/1279 Tested-by: jenkins Reviewed-by: Xiaofan <xiaofanc@gmail.com> Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
This commit is contained in:
parent
fe97fab6a0
commit
900f2998c8
|
@ -385,6 +385,8 @@ static int icdi_usb_query(void *handle)
|
||||||
|
|
||||||
/* set extended mode */
|
/* set extended mode */
|
||||||
result = icdi_send_cmd(handle, "!");
|
result = icdi_send_cmd(handle, "!");
|
||||||
|
if (result != ERROR_OK)
|
||||||
|
return result;
|
||||||
|
|
||||||
/* check result */
|
/* check result */
|
||||||
result = icdi_get_cmd_result(handle);
|
result = icdi_get_cmd_result(handle);
|
||||||
|
|
Loading…
Reference in New Issue