Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64536
b: refs/heads/master
c: 37d2e73
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Aug 27, 2007
1 parent 3ac713b commit b8d71f3
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c3609d510f844100669965db8a9ff10ba029bb4a
refs/heads/master: 37d2e7316007b4583e5783c608efdd3b2284b74d
2 changes: 1 addition & 1 deletion trunk/drivers/net/eql.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ static int __eql_insert_slave(slave_queue_t *queue, slave_t *slave)
slave_t *duplicate_slave = NULL;

duplicate_slave = __eql_find_slave_dev(queue, slave->dev);
if (duplicate_slave != 0)
if (duplicate_slave)
eql_kill_one_slave(queue, duplicate_slave);

list_add(&slave->list, &queue->all_slaves);
Expand Down

0 comments on commit b8d71f3

Please sign in to comment.