qdl: Remove debug print for claim return code

The USB claim return code was printed to the console for debug purposes,
remove this.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
Bjorn Andersson
2019-01-07 21:05:47 -08:00
parent 59717efcd4
commit ba86b03391

1
qdl.c
View File

@@ -287,7 +287,6 @@ found:
err(1, "failed to disconnect kernel driver");
ret = ioctl(qdl->fd, USBDEVFS_CLAIMINTERFACE, &intf);
printf("claim %d\n", ret);
if (ret < 0)
err(1, "failed to claim USB interface");