On Wed, Jul 9, 2025 at 7:34 AM Markus Blöchl <[email protected]> wrote: > > get_time_fn() callback implementations are expected to fill out the > entire system_counterval_t struct as it may be initially uninitialized. > > This broke with the removal of convert_art_to_tsc() helper functions > which left use_nsecs uninitialized. > > Assign the entire struct again. > > Fixes: bd48b50be50a ("e1000e: Replace convert_art_to_tsc()") > Cc: [email protected]
Acked-by: John Stultz <[email protected]> thanks -john
