From: Arnd Bergmann Date: Wed, 26 Feb 2014 11:01:51 +0000 (+0100) Subject: atm: firestream: fix interruptible_sleep_on race X-Git-Tag: v3.15-rc1~113^2~254 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c73b1f6a049d3dd0ba9d65da483483515282a5f0;p=pandora-kernel.git atm: firestream: fix interruptible_sleep_on race interruptible_sleep_on is racy and going away. This replaces the one use in the firestream driver with the appropriate wait_event_interruptible variant. Signed-off-by: Arnd Bergmann Acked-by: Chas Williams Cc: linux-atm-general@lists.sourceforge.net Cc: netdev@vger.kernel.org Signed-off-by: David S. Miller --- Reading git-diff-tree failed