|
@@ -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)
|