On 10/22/2024 7:30 PM, Chris H wrote: ...
static int igc_phc_get_syncdevicetime(ktime_t *device, struct system_counterval_t *system, void *ctx) { - u32 stat, t2_curr_h, t2_curr_l, ctrl; + u32 stat, t2_curr_h, t2_curr_l;
This needs to move a couple of lines down now for RCT. Thanks, Tony
struct igc_adapter *adapter = ctx; struct igc_hw *hw = &adapter->hw; int err, count = 100;