]> sigrok.org Git - libsigrok.git/commit
config_list: Don't check for sdi->priv != NULL.
authorUwe Hermann <redacted>
Sat, 14 May 2016 14:11:53 +0000 (16:11 +0200)
committerUwe Hermann <redacted>
Mon, 16 May 2016 23:12:56 +0000 (01:12 +0200)
commit4d399734b4ec7affb58c5881ea1b8d88eaa57d53
treef636089b18ee533636b3fd6835cf9274866e4885
parent709468baf7626b162b5559c101516289d9bbb258
config_list: Don't check for sdi->priv != NULL.

If sdi is != NULL, the backend ensures that sdi->priv is also != NULL.
Almost all drivers were relying on this already.
src/hardware/chronovu-la/api.c
src/hardware/fx2lafw/api.c
src/hardware/hameg-hmo/api.c
src/hardware/korad-kaxxxxp/api.c
src/hardware/motech-lps-30x/api.c
src/hardware/rigol-ds/api.c
src/hwdriver.c
src/lcr/es51919.c