Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166696
b: refs/heads/master
c: fd21cf5
h: refs/heads/master
v: v3
  • Loading branch information
Ron Mercer authored and David S. Miller committed Oct 1, 2009
1 parent be25827 commit 7137162
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: fbcbe56cf4c6e880c1902cc066168f79ec5c2b27
refs/heads/master: fd21cf52df990aea2c2403c35129b6501206422d
8 changes: 4 additions & 4 deletions trunk/drivers/net/qlge/qlge_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3142,14 +3142,14 @@ static int ql_route_initialize(struct ql_adapter *qdev)
{
int status = 0;

status = ql_sem_spinlock(qdev, SEM_RT_IDX_MASK);
/* Clear all the entries in the routing table. */
status = ql_clear_routing_entries(qdev);
if (status)
return status;

/* Clear all the entries in the routing table. */
status = ql_clear_routing_entries(qdev);
status = ql_sem_spinlock(qdev, SEM_RT_IDX_MASK);
if (status)
goto exit;
return status;

status = ql_set_routing_reg(qdev, RT_IDX_ALL_ERR_SLOT, RT_IDX_ERR, 1);
if (status) {
Expand Down

0 comments on commit 7137162

Please sign in to comment.