diff options
Diffstat (limited to 'short')
-rw-r--r-- | short/short.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/short/short.c b/short/short.c index 5dd907b..4dc1a4b 100644 --- a/short/short.c +++ b/short/short.c @@ -593,7 +593,7 @@ int short_init(void) * (unused) argument. */ /* this line is in short_init() */ - INIT_WORK(&short_wq, (void (*)(void *)) short_do_tasklet, NULL); + INIT_WORK(&short_wq, (void (*)(void *)) short_do_tasklet); /* * Now we deal with the interrupt: either kernel-based |