X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fpipistrello-ols%2Fprotocol.c;fp=src%2Fhardware%2Fpipistrello-ols%2Fprotocol.c;h=aaff51150f15fdb138c5705b37b1ce0210afa072;hb=7e463623382e1f574fde150b3fc88a65eaebb578;hp=8276a9ed46f83aee4fb7ec4231ecc2a671a2e13f;hpb=6402c379161ec138e451901c411817a55846a75b;p=libsigrok.git diff --git a/src/hardware/pipistrello-ols/protocol.c b/src/hardware/pipistrello-ols/protocol.c index 8276a9ed..aaff5115 100644 --- a/src/hardware/pipistrello-ols/protocol.c +++ b/src/hardware/pipistrello-ols/protocol.c @@ -133,6 +133,7 @@ SR_PRIV int p_ols_open(struct dev_context *devc) err_open_close_ftdic: ftdi_usb_close(devc->ftdic); + return SR_ERR; }