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
The sample rate configuration logic following the call to
ad9081_set_sample_rate() was unreachable due to an early return.
This patch removes the dead code block that attempted to round and set
the clock rate, which is now obsolete and no longer executed.
Cleaning up this unreachable code improves readability and avoids
confusion about the actual sample rate handling path.
Signed-off-by: Michael Hennerich <[email protected]>
(cherry picked from commit 169dfdb)
0 commit comments