From: Arnd Bergmann Date: Wed, 26 Feb 2014 11:01:55 +0000 (+0100) Subject: isdn: fix multiple sleep_on races X-Git-Tag: v3.15-rc1~113^2~250 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94fcf6964c797cc24c84c677e106dbce676a0374;p=pandora-kernel.git isdn: fix multiple sleep_on races The isdn core code uses a couple of wait queues with interruptible_sleep_on, which is racy and about to get removed from the kernel. Fortunately, we know for each case what we are waiting for, so they can all be converted to the better wait_event_interruptible interface. Signed-off-by: Arnd Bergmann Cc: Karsten Keil Cc: netdev@vger.kernel.org Signed-off-by: David S. Miller --- Reading git-diff-tree failed