aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/s390/net/qeth_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/net/qeth_main.c b/drivers/s390/net/qeth_main.c
index 8dca93598ea3..57f69434fbf9 100644
--- a/drivers/s390/net/qeth_main.c
+++ b/drivers/s390/net/qeth_main.c
@@ -1935,6 +1935,7 @@ qeth_send_control_data(struct qeth_card *card, int len,
1935 atomic_inc(&reply->received); 1935 atomic_inc(&reply->received);
1936 wake_up(&reply->wait_q); 1936 wake_up(&reply->wait_q);
1937 } 1937 }
1938 cpu_relax();
1938 }; 1939 };
1939 rc = reply->rc; 1940 rc = reply->rc;
1940 qeth_put_reply(reply); 1941 qeth_put_reply(reply);