X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Flecroy-xstream%2Fapi.c;h=50094a406294355d8071f28c547862728b755ac3;hb=7e463623382e1f574fde150b3fc88a65eaebb578;hp=075fff76fb9816d11e5a2ceab2ba83f33167a606;hpb=6402c379161ec138e451901c411817a55846a75b;p=libsigrok.git diff --git a/src/hardware/lecroy-xstream/api.c b/src/hardware/lecroy-xstream/api.c index 075fff76..50094a40 100644 --- a/src/hardware/lecroy-xstream/api.c +++ b/src/hardware/lecroy-xstream/api.c @@ -141,8 +141,6 @@ static int dev_open(struct sr_dev_inst *sdi) if (lecroy_xstream_state_get(sdi) != SR_OK) return SR_ERR; - sdi->status = SR_ST_ACTIVE; - return SR_OK; }