]> sigrok.org Git - libsigrok.git/commitdiff
Drop unneeded std_session_send_df_header() comments.
authorUwe Hermann <redacted>
Sun, 27 Mar 2016 20:53:02 +0000 (22:53 +0200)
committerUwe Hermann <redacted>
Fri, 29 Apr 2016 16:08:15 +0000 (18:08 +0200)
44 files changed:
src/hardware/agilent-dmm/api.c
src/hardware/appa-55ii/api.c
src/hardware/asix-sigma/api.c
src/hardware/baylibre-acme/api.c
src/hardware/brymen-bm86x/api.c
src/hardware/brymen-dmm/api.c
src/hardware/cem-dt-885x/api.c
src/hardware/center-3xx/api.c
src/hardware/chronovu-la/api.c
src/hardware/colead-slm/api.c
src/hardware/demo/demo.c
src/hardware/fluke-dmm/api.c
src/hardware/ftdi-la/api.c
src/hardware/fx2lafw/api.c
src/hardware/gmc-mh-1x-2x/api.c
src/hardware/hameg-hmo/api.c
src/hardware/hantek-6xxx/api.c
src/hardware/hantek-dso/api.c
src/hardware/ikalogic-scanalogic2/api.c
src/hardware/ikalogic-scanaplus/api.c
src/hardware/kecheng-kc-330b/api.c
src/hardware/kern-scale/api.c
src/hardware/korad-kaxxxxp/api.c
src/hardware/lascar-el-usb/api.c
src/hardware/link-mso19/api.c
src/hardware/manson-hcs-3xxx/api.c
src/hardware/maynuo-m97/api.c
src/hardware/mic-985xx/api.c
src/hardware/norma-dmm/api.c
src/hardware/openbench-logic-sniffer/api.c
src/hardware/pipistrello-ols/api.c
src/hardware/rigol-ds/api.c
src/hardware/saleae-logic16/api.c
src/hardware/serial-dmm/api.c
src/hardware/sysclk-lwla/protocol.c
src/hardware/teleinfo/api.c
src/hardware/testo/api.c
src/hardware/tondaj-sl-814/api.c
src/hardware/uni-t-dmm/api.c
src/hardware/uni-t-ut32x/api.c
src/hardware/victor-dmm/api.c
src/hardware/zeroplus-logic-cube/api.c
src/lcr/es51919.c
src/session_driver.c

index 82e4378326bc426cdeff102acd6f0f00d69b0db7..594b1b7322cc4029d0e994b532fd8dba6d99563a 100644 (file)
@@ -242,7 +242,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
 
        devc->cb_data = cb_data;
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        /* Poll every 100ms, or whenever some data comes in. */
index 0ed6144a074fe09399ce3095332ca653cbc1e974..86f78543cd686b47a2ed54991fead49a70053aa4 100644 (file)
@@ -250,7 +250,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi,
        devc->num_samples = 0;
        devc->start_time = g_get_monotonic_time();
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        /* Poll every 50ms, or whenever some data comes in. */
index 4ac74bdaa360e38dd3845ceb0d055f0c5f40859a..c7cc4d6da1f1c9050f50b61b249d599a22e55ff5 100644 (file)
@@ -400,7 +400,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
 
        devc->cb_data = cb_data;
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(sdi, LOG_PREFIX);
 
        /* Add capture source. */
index 0dd6fdba51f9134b981f892d5b97391ff77f7dcf..caafc7037fd65408eae48c559e491554653ff8a7 100644 (file)
@@ -392,7 +392,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
        sr_session_source_add_channel(sdi->session, devc->channel,
                G_IO_IN | G_IO_ERR, 1000, bl_acme_receive_data, (void *)sdi);
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(sdi, LOG_PREFIX);
        devc->start_time = g_get_monotonic_time();
 
index d252208dc7272d14f377802eb0d53f88a405f601..71de86d1e6750b2824dd5b8d585f1b60a67edb6d 100644 (file)
@@ -262,7 +262,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi,
        devc = sdi->priv;
        devc->start_time = g_get_monotonic_time();
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(sdi, LOG_PREFIX);
 
        sr_session_source_add(sdi->session, -1, 0, 10,
index 911789f85c45b2a33336df790b8a33041557199d..c0ee0b47fc6238ceeca2ff45b31d722f656a321d 100644 (file)
@@ -217,7 +217,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
        devc->num_samples = 0;
        devc->starttime = g_get_monotonic_time();
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        /* Poll every 50ms, or whenever some data comes in. */
index 8a9a6e1e0461f29428428978d197c089614960b8..ff2edb1292c07e2e862f0b2b5f5e29c29e4fb754 100644 (file)
@@ -396,7 +396,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
        devc->num_samples = 0;
        devc->buf_len = 0;
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        /* Poll every 100ms, or whenever some data comes in. */
index 7c459ba464e5923ee2ae7d16f1d8a8a2c123462f..7fe70fa9a8030bc01223d053849973c7eb8dcecc 100644 (file)
@@ -218,7 +218,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi,
        devc->num_samples = 0;
        devc->starttime = g_get_monotonic_time();
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        /* Poll every 500ms, or whenever some data comes in. */
index 976180ac6b034af4bf3198d7fd617adbbfe3108e..4ea1440af6f18f0d7cc93afc66fde35b395c69ed 100644 (file)
@@ -567,7 +567,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
 
        devc->cb_data = cb_data;
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(sdi, LOG_PREFIX);
 
        /* Time when we should be done (for detecting trigger timeouts). */
index cd8647df5f6e4be8456e2d016cde77fd2d942250..2841304a485821a47ab0dbe740c4af216867b25f 100644 (file)
@@ -186,7 +186,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
 
        devc->cb_data = cb_data;
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        /* Poll every 150ms, or whenever some data comes in. */
index f1b97d21829bbf26ddfcaf954d05c23a67ac53b6..50780214d72787a0da64e5223412128d879e2abb 100644 (file)
@@ -868,7 +868,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
        sr_session_source_add(sdi->session, -1, 0, 100,
                        prepare_data, (struct sr_dev_inst *)sdi);
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(sdi, LOG_PREFIX);
 
        /* We use this timestamp to decide how many more samples to send. */
index 23b8adb7b4786d7ded3b21d09a0b629205b335ab..599f1115ef8f6345de5fd16107651496daeb9558 100644 (file)
@@ -266,7 +266,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
 
        devc->cb_data = cb_data;
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        /* Poll every 100ms, or whenever some data comes in. */
index c9ab6f6a2165262a16d9c0b57acd00928bf1f67e..afc6be45c0cba28b81b695f2fa446edbea56fb70 100644 (file)
@@ -479,7 +479,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
        devc->samples_sent = 0;
        devc->bytes_received = 0;
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(sdi, LOG_PREFIX);
 
        /* Hook up a dummy handler to receive data from the device. */
index 171ec1666ff7622b1c06801c1bc028919f5553f6..976cfbf9d28d735628c841b08b17849ecb8ad178 100644 (file)
@@ -739,7 +739,6 @@ static int start_transfers(const struct sr_dev_inst *sdi)
        else
                devc->send_data_proc = la_send_data_proc;
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(sdi, LOG_PREFIX);
 
        return SR_OK;
index 85077df4f9555c9a0f6ee89e81727091341ea503..639cce03aca1d2671e2b22e1a2700dda2c70af22 100644 (file)
@@ -476,7 +476,6 @@ static int dev_acquisition_start_1x_2x_rs232(const struct sr_dev_inst *sdi,
        devc->settings_ok = FALSE;
        devc->buflen = 0;
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        /* Start timer, if required. */
@@ -507,7 +506,6 @@ static int dev_acquisition_start_2x_bd232(const struct sr_dev_inst *sdi,
        devc->settings_ok = FALSE;
        devc->buflen = 0;
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        /* Start timer, if required. */
index c293d2b44dd9e7024a06e8e9e7cee7d68d2b2d21..b234caa21f09e257c4a5b82595435c48b86c9139 100644 (file)
@@ -757,7 +757,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
        sr_scpi_source_add(sdi->session, scpi, G_IO_IN, 50,
                        hmo_receive_data, (void *)sdi);
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        devc->current_channel = devc->enabled_channels;
index 83992ff64f4f1490452b3491a59289c0de9600d3..71e62c52225af3396f867cf6679903ee4d5dd9c2 100644 (file)
@@ -790,7 +790,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
        if (hantek_6xxx_init(sdi) != SR_OK)
                return SR_ERR;
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        devc->samp_received = 0;
index 52d5fe64950253efa827eb7eadc004b7cf9b1f99..082d05b6add33ca84080a3a14fa7bd6ae244a128 100644 (file)
@@ -993,7 +993,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
        devc->dev_state = CAPTURE;
        usb_source_add(sdi->session, drvc->sr_ctx, TICK, handle_event, (void *)sdi);
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        return SR_OK;
index 130addc74ea3894e25fa6f51683eba4cc997bfe3..3b866d0a48abd4f6ae02cc1ca267353b52ff8fdc 100644 (file)
@@ -466,7 +466,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
 
        sr_dbg("Acquisition started successfully.");
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        devc->next_state = STATE_SAMPLE;
index dcd773dd674a9c94bd76f890d40523bb9fa0a568..dd457c8045ceef62191a10059896593008bb0512 100644 (file)
@@ -379,7 +379,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
        if ((ret = scanaplus_start_acquisition(devc)) < 0)
                return ret;
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(sdi, LOG_PREFIX);
 
        /* Hook up a dummy handler to receive data from the device. */
index 7fcb562e6ab34ceec788b847161e1455170365a2..e299a339b1efc5c445436d82e40f8a32b2dfb401 100644 (file)
@@ -438,7 +438,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi,
        devc->cb_data = cb_data;
        devc->num_samples = 0;
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        if (devc->data_source == DATA_SOURCE_LIVE) {
index 0443f5e6f01b3c82c1bd0c43db01d3ff00b0b42f..6801abfe6107c51c957a8fbb66710c1fbe2d66fb 100644 (file)
@@ -206,7 +206,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
        devc->num_samples = 0;
        devc->starttime = g_get_monotonic_time();
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        /* Poll every 50ms, or whenever some data comes in. */
index 8753b1a55910dafe7ce1907bafbcd69e65c2e649..d9d3a9ce5bc8bf8278342f5e02273a395fa3ed1b 100644 (file)
@@ -392,7 +392,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
        devc = sdi->priv;
        devc->cb_data = cb_data;
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        devc->starttime = g_get_monotonic_time();
index 1934c9e21ca77792cae6a7d7cef69ae5f147c532..40670cec39f23daa292d4345a9411ed466bde971 100644 (file)
@@ -356,7 +356,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
 
        sr_dbg("Starting log retrieval.");
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        interval = (devc->config[0x1c] | (devc->config[0x1d] << 8)) * 1000;
index a0f033a8291344ccdf1c34b673c184c962057399..4fcc87a076f13c090f2bdb2aa82d2df682b484ac 100644 (file)
@@ -446,7 +446,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
        /* Reset trigger state. */
        devc->trigger_state = 0x00;
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        /* Our first channel is analog, the other 8 are of type 'logic'. */
index 917a7c0f3444a2020be281bd0453719ed3a9ef1b..ad425c163abc1a1ce72c7eb4b69fb34d9ec3a3af 100644 (file)
@@ -398,7 +398,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
        devc = sdi->priv;
        devc->cb_data = cb_data;
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        devc->starttime = g_get_monotonic_time();
index 090bae3e1fcd91433b92ad8a56250277366675ad..46b3e0eab4ed9ad25cc6646a6458476b74412553 100644 (file)
@@ -472,7 +472,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi,
                        maynuo_m97_receive_data, (void *)sdi)) != SR_OK)
                return ret;
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(sdi, LOG_PREFIX);
 
        devc->num_samples = 0;
index 775bcc04fe428aa5669edde4d1f71b20d8e0a78d..fcb0db46e78d95e99872d743c4e62e4a6c639b83 100644 (file)
@@ -226,7 +226,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi,
        devc->num_samples = 0;
        devc->starttime = g_get_monotonic_time();
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        /* Poll every 100ms, or whenever some data comes in. */
index 9e0be393113987ce81fe730082618f17177f9efe..59715ec421d0b4e9c9d35b81ae0d4b803255c70f 100644 (file)
@@ -262,7 +262,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
 
        devc->cb_data = cb_data;
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        /* Start timer, if required. */
index ddd33e1482a3e4e2f6c3616bd432d98a7f4f827b..d4cd1c2d479f7273d08cf5191387b8cb99db2535 100644 (file)
@@ -570,7 +570,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi,
        devc->cnt_bytes = devc->cnt_samples = devc->cnt_samples_rle = 0;
        memset(devc->sample, 0, 4);
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        /* If the device stops sending for longer than it takes to send a byte,
index d5ec1ef6070f82df7bbc3ccf8f8389a23f5ab636..d015d7d572d25d1b7e0e7c9a49f72a680e30334c 100644 (file)
@@ -689,7 +689,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi,
        devc->cnt_bytes = devc->cnt_samples = devc->cnt_samples_rle = 0;
        memset(devc->sample, 0, 4);
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        /* Hook up a dummy handler to receive data from the device. */
index 97757ecf1668a653ebb48fb9bba72e6a209ab4ec..259ca1690dfb4100a64dcf6d9f98bb11d8a187c5 100644 (file)
@@ -1031,7 +1031,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
        sr_scpi_source_add(sdi->session, scpi, G_IO_IN, 50,
                        rigol_ds_receive, (void *)sdi);
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        devc->channel_entry = devc->enabled_channels;
index bee0ea4ad95f30a755fcc00463b7d587f34c0b60..bf41b759a3dda3c94c11399791999ecd95799183 100644 (file)
@@ -789,7 +789,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
 
        usb_source_add(sdi->session, devc->ctx, timeout, receive_data, (void *)sdi);
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        if ((ret = logic16_start_acquisition(sdi)) != SR_OK) {
index a589d013c1b6fbf4284d5d124057d3c77ae64a2d..03af2d580a9f3af22b259da5c76ef258ab7aee72 100644 (file)
@@ -234,7 +234,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
        devc->num_samples = 0;
        devc->starttime = g_get_monotonic_time();
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        /* Poll every 50ms, or whenever some data comes in. */
index d7f8da83adb0e07beb37c2801d4e166602644b3f..b4c3171e240ceb73dc3cbc3337085045a4efa534 100644 (file)
@@ -573,10 +573,9 @@ SR_PRIV int lwla_start_acquisition(const struct sr_dev_inst *sdi)
        }
        ret = submit_request(sdi, STATE_START_CAPTURE);
 
-       if (ret == SR_OK) {
-               /* Send header packet to the session bus. */
+       if (ret == SR_OK)
                ret = std_session_send_df_header(sdi, LOG_PREFIX);
-       }
+
        if (ret != SR_OK) {
                usb_source_remove(sdi->session, drvc->sr_ctx);
                clear_acquisition_state(sdi);
index dbf7f03d8ebf3c708fc9576b10ee38f7e3b79922..667ce33dfbd5f8eb545d25b8b3ad0d34b01fe710 100644 (file)
@@ -217,7 +217,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
        devc->num_samples = 0;
        devc->start_time = g_get_monotonic_time();
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        /* Poll every 50ms, or whenever some data comes in. */
index 97aa7ac4fc9206b98ee95342a903e86319371729..691ba8f5e85ae66bbddf47c43c5ff5023b9b9a54 100644 (file)
@@ -470,7 +470,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
        devc->num_samples = 0;
        devc->reply_size = 0;
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        usb_source_add(sdi->session, drvc->sr_ctx, 100,
index 5e83defee10e01dbce6867711c28274191001b8e..07a8ecae283cdbf97456e9da03a388dc4586f978 100644 (file)
@@ -173,7 +173,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi,
        devc = sdi->priv;
        devc->cb_data = cb_data;
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        /* Poll every 500ms, or whenever some data comes in. */
index 250e92fc42bb812d5cff7678edd1197fdde3dd04..ffafcd085efa6eb1c3176a4a99b4b0198a77713e 100644 (file)
@@ -199,7 +199,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
 
        devc->starttime = g_get_monotonic_time();
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(sdi, LOG_PREFIX);
 
        sr_session_source_add(sdi->session, -1, 0, 10 /* poll_timeout */,
index 433729e2466c8311cec91604570b9c08be5aa43d..2c63c279ee451f57546006f8c68e5c51bf8c3f43 100644 (file)
@@ -303,7 +303,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi,
                return SR_ERR;
        }
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        if (!(devc->xfer = libusb_alloc_transfer(0)))
index 19539ede87bffc81f9c4f88f15155bb6b61f6a26..f94352565c73d59bb41cb15ba55003f5e41cdd2a 100644 (file)
@@ -381,7 +381,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
        usb = sdi->conn;
        devc->cb_data = cb_data;
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        usb_source_add(sdi->session, drvc->sr_ctx, 100,
index 3681352e73e058828ec03e4cb7b800b80e554eef..ab4c3cc4eb99525f4d9155895fe6e9beb9cd9d20 100644 (file)
@@ -578,7 +578,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi,
        sr_info("Ramsize trigger    = 0x%x.", ramsize_trigger);
        sr_info("Memory size        = 0x%x.", memory_size);
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        /* Check for empty capture */
index 896565301796592fbc4d0aa55d0e4826abba271a..cbe51179b7bfb403c1fa43e778f6edbf8feba00c 100644 (file)
@@ -927,7 +927,6 @@ SR_PRIV int es51919_serial_acquisition_start(const struct sr_dev_inst *sdi,
        dev_limit_counter_start(&devc->frame_count);
        dev_time_counter_start(&devc->time_count);
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        /* Poll every 50ms, or whenever some data comes in. */
index 1db2cdff255ca26d14a3d9509d174ff04ecb16c2..3b801ffcb36dcada6fe6c3b55ef2c5a335034f21 100644 (file)
@@ -367,7 +367,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
                return SR_ERR;
        }
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(sdi, LOG_PREFIX);
 
        /* freewheeling source */