You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iio: frequency: adf4030: fix possible uninitialized 'ret'
In adf4030_chan_dir_set(), every time 'initial' is false, 'ret' was being
used uninitialized because we're ignoring the return value from
regmap_update_bits(). Make sure we don't!
Fixes: 54bbd40 ("iio: frequency: support the adf4030 Synchronizer")
Signed-off-by: Nuno Sá <[email protected]>
0 commit comments