Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134428
b: refs/heads/master
c: 51621fb
h: refs/heads/master
v: v3
  • Loading branch information
Hannes Hering authored and David S. Miller committed Feb 11, 2009
1 parent b154010 commit d7310bc
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 367681f4ec9b226db201f181c4f47dd973f733a6
refs/heads/master: 51621fbdb1ea8709ab67170b54e71be6d9fa29ad
2 changes: 1 addition & 1 deletion trunk/drivers/net/ehea/ehea.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include <asm/io.h>

#define DRV_NAME "ehea"
#define DRV_VERSION "EHEA_0097"
#define DRV_VERSION "EHEA_0098"

/* eHEA capability flags */
#define DLPAR_PORT_ADD_REM 1
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/ehea/ehea_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3448,6 +3448,7 @@ static int __devinit ehea_probe_adapter(struct of_device *dev,
ehea_destroy_eq(adapter->neq);

out_free_ad:
list_del(&adapter->list);
kfree(adapter);

out:
Expand Down

0 comments on commit d7310bc

Please sign in to comment.