]> sigrok.org Git - libsigrok.git/commit
Consistently don't check sdi->priv in dev_acquisition_start().
authorUwe Hermann <redacted>
Sun, 27 Mar 2016 21:16:59 +0000 (23:16 +0200)
committerUwe Hermann <redacted>
Fri, 29 Apr 2016 16:08:15 +0000 (18:08 +0200)
commit208c1d35435626a11afa1ab301b2071b2a4e187b
tree7540f1e40594096d81ac55cd9f833e60e9841268
parent1c47e0da8f2571bc34dbdc368c3c1f55318c3aa0
Consistently don't check sdi->priv in dev_acquisition_start().

Most drivers already assume this to be != NULL anyway, and the check
should probably be in the API wrappers anyway.
26 files changed:
src/hardware/agilent-dmm/api.c
src/hardware/appa-55ii/api.c
src/hardware/arachnid-labs-re-load-pro/api.c
src/hardware/atten-pps3xxx/api.c
src/hardware/beaglelogic/api.c
src/hardware/brymen-bm86x/api.c
src/hardware/brymen-dmm/api.c
src/hardware/cem-dt-885x/api.c
src/hardware/chronovu-la/api.c
src/hardware/colead-slm/api.c
src/hardware/fluke-dmm/api.c
src/hardware/gmc-mh-1x-2x/api.c
src/hardware/hung-chang-dso-2100/api.c
src/hardware/ikalogic-scanaplus/api.c
src/hardware/kecheng-kc-330b/api.c
src/hardware/kern-scale/api.c
src/hardware/maynuo-m97/api.c
src/hardware/norma-dmm/api.c
src/hardware/openbench-logic-sniffer/api.c
src/hardware/pipistrello-ols/api.c
src/hardware/serial-dmm/api.c
src/hardware/teleinfo/api.c
src/hardware/tondaj-sl-814/api.c
src/hardware/uni-t-dmm/api.c
src/hardware/uni-t-ut32x/api.c
src/hardware/zeroplus-logic-cube/api.c