Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264256
b: refs/heads/master
c: 95de86c
h: refs/heads/master
v: v3
  • Loading branch information
Brian King authored and David S. Miller committed Sep 29, 2011
1 parent 4f6ad57 commit f445130
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 676a1184e8afd4fed7948232df1ff91517400859
refs/heads/master: 95de86cf5162f78bc5aea80d1a9e5a248196ffaf
4 changes: 2 additions & 2 deletions trunk/drivers/net/ibmveth.c
Original file line number Diff line number Diff line change
Expand Up @@ -636,8 +636,8 @@ static int ibmveth_open(struct net_device *netdev)
netdev_err(netdev, "unable to request irq 0x%x, rc %d\n",
netdev->irq, rc);
do {
rc = h_free_logical_lan(adapter->vdev->unit_address);
} while (H_IS_LONG_BUSY(rc) || (rc == H_BUSY));
lpar_rc = h_free_logical_lan(adapter->vdev->unit_address);
} while (H_IS_LONG_BUSY(lpar_rc) || (lpar_rc == H_BUSY));

goto err_out;
}
Expand Down

0 comments on commit f445130

Please sign in to comment.