Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194004
b: refs/heads/master
c: aaffbd9
h: refs/heads/master
v: v3
  • Loading branch information
Sreenivasa Honnur authored and David S. Miller committed Apr 8, 2010
1 parent 001addd commit e96ac2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4d8dc679084d8dd7b81b2ae245844246deb0759c
refs/heads/master: aaffbd9f7734721bf42d246eb31fc79d7adb2cb9
4 changes: 3 additions & 1 deletion trunk/drivers/net/vxge/vxge-config.c
Original file line number Diff line number Diff line change
Expand Up @@ -634,8 +634,10 @@ vxge_hw_device_initialize(
__vxge_hw_device_pci_e_init(hldev);

status = __vxge_hw_device_reg_addr_get(hldev);
if (status != VXGE_HW_OK)
if (status != VXGE_HW_OK) {
vfree(hldev);
goto exit;
}
__vxge_hw_device_id_get(hldev);

__vxge_hw_device_host_info_get(hldev);
Expand Down

0 comments on commit e96ac2c

Please sign in to comment.