Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31346
b: refs/heads/master
c: 1bc1731
h: refs/heads/master
v: v3
  • Loading branch information
Josh Triplett authored and David S. Miller committed Jun 30, 2006
1 parent 2151de6 commit 0c58c0b
Show file tree
Hide file tree
Showing 2 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: 244055fdc8dd39407a33d4eb9f4053dd4ca8f1bb
refs/heads/master: 1bc1731133140dccdd08899a59bbc06d975d0a15
3 changes: 2 additions & 1 deletion trunk/net/irda/irlan/irlan_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,14 @@ void irlan_client_discovery_indication(discinfo_t *discovery,
rcu_read_lock();
self = irlan_get_any();
if (self) {
IRDA_ASSERT(self->magic == IRLAN_MAGIC, return;);
IRDA_ASSERT(self->magic == IRLAN_MAGIC, goto out;);

IRDA_DEBUG(1, "%s(), Found instance (%08x)!\n", __FUNCTION__ ,
daddr);

irlan_client_wakeup(self, saddr, daddr);
}
IRDA_ASSERT_LABEL(out:)
rcu_read_unlock();
}

Expand Down

0 comments on commit 0c58c0b

Please sign in to comment.