null pointer error
This commit is contained in:
parent
16f5fafdf7
commit
5c9a25514f
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue