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