]> sigrok.org Git - libsigrok.git/blobdiff - hardware/fx2lafw/fx2lafw.c
fx2lafw: No device context internals to clear
[libsigrok.git] / hardware / fx2lafw / fx2lafw.c
index a1cbfa53c31322d7ea3b60d39ea49130dca5760f..270601e9f7a27fc80f80cc557076a8a6c6a9db6b 100644 (file)
@@ -342,7 +342,7 @@ static struct dev_context *fx2lafw_dev_new(void)
 
 static int clear_instances(void)
 {
-       return std_dev_clear(di);
+       return std_dev_clear(di, NULL);
 }
 
 static int hw_init(struct sr_context *sr_ctx)