X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fmotech-lps-30x%2Fapi.c;h=e4a1fb6b9859d141e0074e8bdb2f430969fdb4ec;hb=4da62209ddfa3aad12678c7141c19e9c3e8419c1;hp=af3ee4f0aecbe504943b9aafb215c6ddc3395769;hpb=e4924d752b3a2e08d0ab90b0eb872c569c4c68c9;p=libsigrok.git diff --git a/src/hardware/motech-lps-30x/api.c b/src/hardware/motech-lps-30x/api.c index af3ee4f0..e4a1fb6b 100644 --- a/src/hardware/motech-lps-30x/api.c +++ b/src/hardware/motech-lps-30x/api.c @@ -378,7 +378,6 @@ static GSList *do_scan(lps_modelid modelid, struct sr_dev_driver *drv, GSList *o goto exit_err; /* Query and verify model string. */ - serial_flush(serial); if (lps_cmd_reply(buf, serial, "MODEL") != SR_OK) return NULL; @@ -441,7 +440,7 @@ static GSList *do_scan(lps_modelid modelid, struct sr_dev_driver *drv, GSList *o devc->channel_status[cnt].info = g_slist_append(NULL, ch); cg = g_malloc(sizeof(struct sr_channel_group)); - snprintf(channel, sizeof(channel), "CG%d", cnt+1); + snprintf(channel, sizeof(channel), "CG%d", cnt + 1); cg->name = g_strdup(channel); cg->priv = NULL; cg->channels = g_slist_append(NULL, ch);