aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/net')
-rw-r--r--drivers/s390/net/qeth_core_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/net/qeth_core_main.c b/drivers/s390/net/qeth_core_main.c
index 0565584b52c3..cbb101828dc3 100644
--- a/drivers/s390/net/qeth_core_main.c
+++ b/drivers/s390/net/qeth_core_main.c
@@ -678,6 +678,7 @@ void qeth_release_buffer(struct qeth_channel *channel,
678 iob->callback = qeth_send_control_data_cb; 678 iob->callback = qeth_send_control_data_cb;
679 iob->rc = 0; 679 iob->rc = 0;
680 spin_unlock_irqrestore(&channel->iob_lock, flags); 680 spin_unlock_irqrestore(&channel->iob_lock, flags);
681 wake_up(&channel->wait_q);
681} 682}
682EXPORT_SYMBOL_GPL(qeth_release_buffer); 683EXPORT_SYMBOL_GPL(qeth_release_buffer);
683 684