On Fri, Oct 04, 2024 at 05:46:34PM +0300, Tomi Valkeinen wrote: > UB9702 doesn't have the registers for SP and EQ. Adjust the code in > ub960_rxport_wait_locks() to not use those registers for UB9702. As > these values are only used for a debug print here, there's no functional > change. ... > + if (priv->hw_data->is_ub9702) { > + dev_dbg(dev, "\trx%u: locked, freq %llu Hz\n", > + nport, (v * 1000000ULL) >> 8); Perhaps HZ_PER_MHZ? > + } else { ... > + dev_dbg(dev, > + "\trx%u: locked, SP: %d, EQ: %u, freq %llu Hz\n", > + nport, strobe_pos, eq_level, > + (v * 1000000ULL) >> 8); Ditto. > + } -- With Best Regards, Andy Shevchenko