drivers/s390/net: removes unnecessary semicolon
[firefly-linux-kernel-4.4.55.git] / drivers / s390 / net / qeth_core_main.c
index 03848037248ce41d5cfc83cadb4cf09519dc67ee..3af9024f1b6f463f9b30069066f4096aec890dd2 100644 (file)
@@ -489,7 +489,7 @@ static struct qeth_reply *qeth_alloc_reply(struct qeth_card *card)
                atomic_set(&reply->refcnt, 1);
                atomic_set(&reply->received, 0);
                reply->card = card;
-       };
+       }
        return reply;
 }
 
@@ -2037,7 +2037,7 @@ int qeth_send_control_data(struct qeth_card *card, int len,
                        if (time_after(jiffies, timeout))
                                goto time_err;
                        cpu_relax();
-               };
+               }
        }
 
        if (reply->rc == -EIO)