[PATCH] drivers/{char|isdn}: work_struct-induced breakage
part 1 of fsck-knows-how-many Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
@@ -267,12 +267,12 @@ adb_probe_task(void *x)
|
||||
}
|
||||
|
||||
static void
|
||||
__adb_probe_task(void *data)
|
||||
__adb_probe_task(struct work_struct *bullshit)
|
||||
{
|
||||
adb_probe_task_pid = kernel_thread(adb_probe_task, NULL, SIGCHLD | CLONE_KERNEL);
|
||||
}
|
||||
|
||||
static DECLARE_WORK(adb_reset_work, __adb_probe_task, NULL);
|
||||
static DECLARE_WORK(adb_reset_work, __adb_probe_task);
|
||||
|
||||
int
|
||||
adb_reset_bus(void)
|
||||
|
Reference in New Issue
Block a user