From 231393123eca83128c66fbdd005062b19c422343 Mon Sep 17 00:00:00 2001 From: Ciro Nishiguchi Date: Fri, 15 May 2020 09:44:18 -0500 Subject: rh: Remove unnecessary register read during set frequency This unnecessary reads causes timed commands on rhodium to block. It also makes it behave differently based on whether logging is enabled. --- host/lib/usrp/common/lmx2592.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'host/lib/usrp/common/lmx2592.cpp') diff --git a/host/lib/usrp/common/lmx2592.cpp b/host/lib/usrp/common/lmx2592.cpp index e1c85c05f..ed3d22574 100644 --- a/host/lib/usrp/common/lmx2592.cpp +++ b/host/lib/usrp/common/lmx2592.cpp @@ -286,9 +286,6 @@ public: _regs.fcal_enable = 1; commit(); - UHD_LOGGER_TRACE("LMX2592") - << "PLL lock status: " << (get_lock_status() ? "Locked" : "Unlocked"); - return actual_f_lo; } -- cgit v1.2.3