]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/ikalogic-scanaplus/api.c
Removal of sdi->index, step 4: fix trivial sr_dev_inst_new() calls
[libsigrok.git] / src / hardware / ikalogic-scanaplus / api.c
index 02d5c0432b088e829c420dec499113ea8a8ffc67..95bd3c1a1e4b13e6ca291f09fee046715d47ec34 100644 (file)
@@ -123,7 +123,7 @@ static GSList *scan(GSList *options)
        }
 
        /* Register the device with libsigrok. */
-       sdi = sr_dev_inst_new(0, SR_ST_INITIALIZING,
+       sdi = sr_dev_inst_new(SR_ST_INITIALIZING,
                        USB_VENDOR_NAME, USB_MODEL_NAME, NULL);
        if (!sdi) {
                sr_err("Failed to create device instance.");