|
@@ -189,7 +189,7 @@ static int netvsc_destroy_buf(struct netvsc_device *net_device)
|
|
"unable to teardown send buffer's gpadl\n");
|
|
"unable to teardown send buffer's gpadl\n");
|
|
return ret;
|
|
return ret;
|
|
}
|
|
}
|
|
- net_device->recv_buf_gpadl_handle = 0;
|
|
|
|
|
|
+ net_device->send_buf_gpadl_handle = 0;
|
|
}
|
|
}
|
|
if (net_device->send_buf) {
|
|
if (net_device->send_buf) {
|
|
/* Free up the receive buffer */
|
|
/* Free up the receive buffer */
|