hv_netvsc: Eliminate completion_func from struct hv_netvsc_packet
[deliverable/linux.git] / drivers / net / hyperv / netvsc_drv.c
index f44e637720bac72961e78e12499e6e6ceee3fb92..7f4f6c31807146dbe65c14804b7a7b039f2a3812 100644 (file)
@@ -484,9 +484,6 @@ check_size:
 
        memset(rndis_msg, 0, RNDIS_AND_PPI_SIZE);
 
-       /* Set the completion routine */
-       packet->completion_func = 1;
-
        isvlan = packet->vlan_tci & VLAN_TAG_PRESENT;
 
        /* Add the rndis header */
This page took 0.02806 seconds and 5 git commands to generate.