[PATCH] e1000: Fix desc. clean up
These were two separate community submitted patches. Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Signed-off-by: John Ronciak <john.ronciak@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
parent
392137fa9b
commit
f5645110aa
1 changed files with 3 additions and 2 deletions
|
@ -993,6 +993,7 @@ e1000_free_desc_rings(struct e1000_adapter *adapter)
|
||||||
txdr->buffer_info = NULL;
|
txdr->buffer_info = NULL;
|
||||||
kfree(rxdr->buffer_info);
|
kfree(rxdr->buffer_info);
|
||||||
rxdr->buffer_info = NULL;
|
rxdr->buffer_info = NULL;
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue