X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fbaylibre-acme%2Fapi.c;h=c886bfcc26a4076309135c444932a4a24b792a14;hb=8cb222e1438c984184d9546fc374678aa9341bbb;hp=bcd900d4c4ac53c0a3cfa0da83a324c7585baec0;hpb=6525d819eef098a43b1f438ae4af50e67c9c4335;p=libsigrok.git diff --git a/src/hardware/baylibre-acme/api.c b/src/hardware/baylibre-acme/api.c index bcd900d4..c886bfcc 100644 --- a/src/hardware/baylibre-acme/api.c +++ b/src/hardware/baylibre-acme/api.c @@ -156,7 +156,6 @@ static int dev_open(struct sr_dev_inst *sdi) { (void)sdi; - /* Nothing to do here. */ sdi->status = SR_ST_ACTIVE; return SR_OK; @@ -166,7 +165,6 @@ static int dev_close(struct sr_dev_inst *sdi) { (void)sdi; - /* Nothing to do here. */ sdi->status = SR_ST_INACTIVE; return SR_OK;