]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/mic-985xx/api.c
Removal of sdi->index, step 4: fix trivial sr_dev_inst_new() calls
[libsigrok.git] / src / hardware / mic-985xx / api.c
index fa3534c4d0bd768108f3882ef898007d7c9d4702..eb5d25d4f2cbec74735604c239c79f3d834490af 100644 (file)
@@ -84,7 +84,7 @@ static GSList *mic_scan(const char *conn, const char *serialcomm, int idx)
        sr_info("Found device on port %s.", conn);
 
        /* TODO: Fill in version from protocol response. */
-       if (!(sdi = sr_dev_inst_new(0, SR_ST_INACTIVE, mic_devs[idx].vendor,
+       if (!(sdi = sr_dev_inst_new(SR_ST_INACTIVE, mic_devs[idx].vendor,
                                    mic_devs[idx].device, NULL)))
                goto scan_cleanup;