]> sigrok.org Git - libsigrok.git/commit
itech-it8500: rephrase config get/set/list, reflect error paths
authorGerhard Sittig <redacted>
Tue, 6 Oct 2020 17:13:34 +0000 (19:13 +0200)
committerGerhard Sittig <redacted>
Tue, 6 Oct 2020 20:02:20 +0000 (22:02 +0200)
commit78b07caf11588ffeffee672e4925640d1f178a99
tree26ebb62e70f4ce49ba61f21b0c08631db7b228c1
parentf21b6983e8e2d3b03eb518dbec3fe35cf0211d18
itech-it8500: rephrase config get/set/list, reflect error paths

Explicitly "break the flow" when internal status gathering fails, to
reflect that an error path is taken and the config call will fail. The
conditional assignment of response data in case of success could be
slightly misleading (it was to me during review).

Eliminate a goto which kind of circumvented the optional transmission of
a request to the device. Instead test whether a command was filled in to
determine whether a command needs to get sent.
src/hardware/itech-it8500/api.c