]> sigrok.org Git - libsigrok.git/blobdiff - hardware/openbench-logic-sniffer/protocol.c
Various cosmetics, whitespace, consistency fixes.
[libsigrok.git] / hardware / openbench-logic-sniffer / protocol.c
index 68b9f0c4a64d2e3acd614e7f555bad0546ae08ae..43f9f45cdb89a03920519822dc27ffcf67233601 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2013 Bert Vermeulen <bert@biot.com>
  *
@@ -508,7 +508,6 @@ SR_PRIV int ols_receive_data(int fd, int revents, void *cb_data)
 
                serial_flush(serial);
                abort_acquisition(sdi);
-               serial_close(serial);
        }
 
        return TRUE;