|
@@ -1063,7 +1063,7 @@ tx_b_frame(struct hfc4s8s_btype *bch)
|
|
|
Write_hfc8(l1->hw, A_INC_RES_FIFO, 1);
|
|
|
}
|
|
|
ack_len += skb->truesize;
|
|
|
- bch->tx_skb = 0;
|
|
|
+ bch->tx_skb = NULL;
|
|
|
bch->tx_cnt = 0;
|
|
|
dev_kfree_skb(skb);
|
|
|
} else
|
|
@@ -1659,10 +1659,10 @@ hfc4s8s_remove(struct pci_dev *pdev)
|
|
|
}
|
|
|
|
|
|
static struct pci_driver hfc4s8s_driver = {
|
|
|
- name:"hfc4s8s_l1",
|
|
|
- probe:hfc4s8s_probe,
|
|
|
- remove:__devexit_p(hfc4s8s_remove),
|
|
|
- id_table:hfc4s8s_ids,
|
|
|
+ .name = "hfc4s8s_l1",
|
|
|
+ .probe = hfc4s8s_probe,
|
|
|
+ .remove = __devexit_p(hfc4s8s_remove),
|
|
|
+ .id_table = hfc4s8s_ids,
|
|
|
};
|
|
|
|
|
|
/**********************/
|