copy: remove useless wakeup

This commit is contained in:
Thomas Schoebel-Theuer 2012-12-20 16:44:04 +01:00 committed by Thomas Schoebel-Theuer
parent 9bb6ef8a78
commit 8bb352d35d

View File

@ -708,7 +708,6 @@ static int copy_switch(struct copy_brick *brick)
if (brick->thread) {
MARS_INF("stopping thread...\n");
brick_thread_stop(brick->thread);
wake_up_interruptible(&brick->event);
}
}
_update_percent(brick);