]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/link-mso19/api.c
Simplify channel creation.
[libsigrok.git] / src / hardware / link-mso19 / api.c
index 451cc9347a163d94e8f13196f866aee77cf2a610..aa8cb77865199427fa674d53dc6f9a43c93d8565 100644 (file)
@@ -215,11 +215,9 @@ static GSList *scan(GSList *options)
                sdi->priv = devc;
 
                for (i = 0; i < NUM_CHANNELS; i++) {
-                       struct sr_channel *ch;
                        chtype = (i == 0) ? SR_CHANNEL_ANALOG : SR_CHANNEL_LOGIC;
-                       ch = sr_channel_new(i, chtype, TRUE,
+                       sr_channel_new(sdi, i, chtype, TRUE,
                                            mso19_channel_names[i]);
-                       sdi->channels = g_slist_append(sdi->channels, ch);
                }
 
                //Add the driver