commit | c73b1f6a049d3dd0ba9d65da483483515282a5f0 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed Feb 26 12:01:51 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 26 16:06:12 2014 -0500 |
tree | 1575d4da7534cb10ebb4a6e2efefa536f98577e5 | |
parent | 53e0b080bce91907fa2cb2118e7ff811998112fc [diff] |
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 <arnd@arndb.de> Acked-by: Chas Williams <chas@cmf.nrl.navy.mil> Cc: linux-atm-general@lists.sourceforge.net Cc: netdev@vger.kernel.org Signed-off-by: David S. Miller <davem@davemloft.net>