From f89bea78b8b3ef3afa82e065bf307a4ec4e7af63 Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Thu, 30 Dec 2010 14:26:53 +0100 Subject: short: Remove third argument to INIT_WORK --- short/short.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'short/short.c') 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 -- cgit v1.2.1-18-gbd029