bcwc_pcie: add variable for wait_event_interruptible()

This commit is contained in:
Sven Schnelle
2015-11-23 20:03:02 +01:00
parent 5c8ecaef7f
commit 1f22dd2da2
3 changed files with 4 additions and 2 deletions

View File

@@ -196,6 +196,7 @@ static void bcwc_handle_irq(struct bcwc_private *dev_priv, struct fw_channel *ch
} else if (chan == dev_priv->channel_buf_t2h) {
buf_t2h_handler(dev_priv, chan, entry);
} else if (chan == dev_priv->channel_io) {
dev_priv->cmd_ready = 1;
wake_up_interruptible(&dev_priv->cmd_wq);
} else if (chan == dev_priv->channel_io_t2h) {
io_t2h_handler(dev_priv, chan, entry);