uni-t-ut32x: Fix copy-paste error.
This commit is contained in:
parent
df3ea149cc
commit
67ea60e03d
|
@ -217,7 +217,7 @@ SR_PRIV int uni_t_ut32x_handle_events(int fd, int revents, void *cb_data)
|
||||||
|
|
||||||
if (sdi->status == SR_ST_STOPPING) {
|
if (sdi->status == SR_ST_STOPPING) {
|
||||||
usb_source_remove(sdi->session, drvc->sr_ctx);
|
usb_source_remove(sdi->session, drvc->sr_ctx);
|
||||||
std_session_send_df_header(sdi, LOG_PREFIX);
|
std_session_send_df_end(sdi, LOG_PREFIX);
|
||||||
|
|
||||||
/* Tell the device to stop sending USB packets. */
|
/* Tell the device to stop sending USB packets. */
|
||||||
usb = sdi->conn;
|
usb = sdi->conn;
|
||||||
|
|
Loading…
Reference in New Issue