From: Lei Xia Date: Fri, 11 Feb 2011 23:04:46 +0000 (-0600) Subject: Minor Fix X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=06332b6b7f1c53db7afb674f0ad056d40b1f88cb Minor Fix --- diff --git a/palacios/src/devices/ne2k.c b/palacios/src/devices/ne2k.c index 80b372b..f17f31d 100644 --- a/palacios/src/devices/ne2k.c +++ b/palacios/src/devices/ne2k.c @@ -1198,8 +1198,6 @@ static int ne2k_free(struct ne2k_state * nic_state) { }else { /* unregistered from PCI? */ } - - return 0; V3_Free(nic_state);