]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/uni-t-ut32x/protocol.c
Use driver name as the log prefix in standard functions
[libsigrok.git] / src / hardware / uni-t-ut32x / protocol.c
index 4287e3932751610e324409bc06446117404909a5..0b4d2da2f763310f16305a4edd4593118c96d1fb 100644 (file)
@@ -215,7 +215,7 @@ SR_PRIV int uni_t_ut32x_handle_events(int fd, int revents, void *cb_data)
 
        if (sdi->status == SR_ST_STOPPING) {
                usb_source_remove(sdi->session, drvc->sr_ctx);
-               std_session_send_df_end(sdi, LOG_PREFIX);
+               std_session_send_df_end(sdi);
 
                /* Tell the device to stop sending USB packets. */
                usb = sdi->conn;