aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sk98lin/skge.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/sk98lin/skge.c')
-rw-r--r--drivers/net/sk98lin/skge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sk98lin/skge.c b/drivers/net/sk98lin/skge.c
index a5f2b1ee0752..38a26df4095f 100644
--- a/drivers/net/sk98lin/skge.c
+++ b/drivers/net/sk98lin/skge.c
@@ -1727,7 +1727,7 @@ struct sk_buff *pMessage) /* pointer to send-message */
1727 pTxd->VDataHigh = (SK_U32) (PhysAddr >> 32); 1727 pTxd->VDataHigh = (SK_U32) (PhysAddr >> 32);
1728 pTxd->pMBuf = pMessage; 1728 pTxd->pMBuf = pMessage;
1729 1729
1730 pTxd->TBControl = Control | BMU_OWN | sk_frag->size;; 1730 pTxd->TBControl = Control | BMU_OWN | sk_frag->size;
1731 1731
1732 /* 1732 /*
1733 ** Do we have the last fragment? 1733 ** Do we have the last fragment?