]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/norma-dmm/api.c
Convert a few more occurrences of d->priv to d->context.
[libsigrok.git] / src / hardware / norma-dmm / api.c
index c86f9c7d40a48ec4259a8a45bef17585615e3f8a..fca56b363eb34321f66125fe5f4ba41390131f93 100644 (file)
@@ -86,7 +86,7 @@ static GSList *scan(struct sr_dev_driver* drv, GSList *options)
        int auxtype;
 
        devices = NULL;
-       drvc = drv->priv;
+       drvc = drv->context;
        drvc->instances = NULL;
        conn = serialcomm = NULL;