minimize debug

This commit is contained in:
2025-06-13 12:58:14 +01:00
parent 738d2ffa8e
commit 48e9f86d33

View File

@ -65,7 +65,7 @@ static void counter_worker(struct work_struct *work) {
if (data->last_value) {
u32 period = counter_value - data->last_value;
u64 duration = ts - data->last_timestamp;
printk("counter - Info! ts = %llu, duration = %llu, period = %u\n", ts, duration, period);
printk("counter %llu %llu %u\n", ts, duration, period);
}
data->last_value = counter_value;
data->last_timestamp = ts;