summaryrefslogtreecommitdiffstats
path: root/drivers/char
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-02-26 12:01:55 +0100
committerDavid S. Miller <davem@davemloft.net>2014-02-26 16:06:13 -0500
commit94fcf6964c797cc24c84c677e106dbce676a0374 (patch)
treef49c0616423385157f29207e565cfb816132c0d4 /drivers/char
parentc11da83bdae210e1d40a6755b78f8543a9be9227 (diff)
downloadlinux-94fcf6964c797cc24c84c677e106dbce676a0374.tar.bz2
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 <arnd@arndb.de> Cc: Karsten Keil <isdn@linux-pingi.de> Cc: netdev@vger.kernel.org Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/char')
0 files changed, 0 insertions, 0 deletions