null pointer error

This commit is contained in:
Ulrich Bessoh 2024-07-16 16:02:48 +02:00
parent 16f5fafdf7
commit 5c9a25514f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ static enum hrtimer_restart sst_cb(struct hrtimer *timer) {
mdelay(1000);
boom();
// Marvin knows everything about cookies.
//timer->function = NULL;
//timer->function = NULL;
return HRTIMER_NORESTART;
}