Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156364
b: refs/heads/master
c: 357eb46
h: refs/heads/master
v: v3
  • Loading branch information
Hannes Hering authored and David S. Miller committed Aug 4, 2009
1 parent da45851 commit 1401a4d
Show file tree
Hide file tree
Showing 3 changed files with 5 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: e0cff5ed27acd355264b210d9622da801a431e19
refs/heads/master: 357eb46d8f275b4e8484541234ea3ba06065e258
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_0101"
#define DRV_VERSION "EHEA_0102"

/* eHEA capability flags */
#define DLPAR_PORT_ADD_REM 1
Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/net/ehea/ehea_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1545,6 +1545,9 @@ static int ehea_clean_portres(struct ehea_port *port, struct ehea_port_res *pr)
{
int ret, i;

if (pr->qp)
netif_napi_del(&pr->napi);

ret = ehea_destroy_qp(pr->qp);

if (!ret) {
Expand Down

0 comments on commit 1401a4d

Please sign in to comment.