From: Arnd Bergmann Date: Thu, 2 Jan 2014 12:07:35 +0000 (+0100) Subject: staging: panel: fix interruptible_sleep_on race X-Git-Tag: v3.14-rc1~150^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=310df69c26f93c49bb176e95e4eb42ece58a5fd2;p=pandora-kernel.git staging: panel: fix interruptible_sleep_on race interruptible_sleep_on is racy and going away. This replaces the one caller in the panel driver with the appropriate wait_event_interruptible variant. Signed-off-by: Arnd Bergmann Cc: devel@driverdev.osuosl.org Cc: Willy Tarreau Cc: Greg Kroah-Hartman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed