]> sigrok.org Git - libsigrok.git/commit
uni-t-ut32x: drop redundant close and free at end of scan
authorGerhard Sittig <redacted>
Sat, 14 Dec 2019 08:27:15 +0000 (09:27 +0100)
committerUwe Hermann <redacted>
Sat, 2 May 2020 15:01:39 +0000 (17:01 +0200)
commit00f3c94386a1fe58f31f5bf4e82346ed31b84ff4
tree2c012c0de3291333590e29628732db5f9593069a
parentff5fb18526b33856c468b4098da40fac1546a60a
uni-t-ut32x: drop redundant close and free at end of scan

The UT32x driver requires a user spec for the connection. The device
cannot get identified, that's why successful open/close for the port
will suffice. Lack of an input spec as well as failure in the early
scan phase will terminate the scan routine early.

When we reach the end of the scan which creates the device instance
and registers it with the list of found devices, the port already
is closed and the list of devices will never be empty. Remove the
redundant close call and the dead branch which frees the serial port.
src/hardware/uni-t-ut32x/api.c