Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116909
b: refs/heads/master
c: c15895e
h: refs/heads/master
i:
  116907: 58c75cc
v: v3
  • Loading branch information
Frank Leipold authored and David Vrabel committed Oct 20, 2008
1 parent 176277b commit 94f6b25
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: 8092d7c9789581eea478c40d615a2632c3af17bb
refs/heads/master: c15895ef30c2c03e99802951787183039a349d32
2 changes: 1 addition & 1 deletion trunk/drivers/uwb/beacon.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ struct uwb_beca_e *__uwb_beca_find_bymac(const struct uwb_mac_addr *mac_addr)
struct uwb_beca_e *bce, *next;
list_for_each_entry_safe(bce, next, &uwb_beca.list, node) {
if (!memcmp(bce->mac_addr, mac_addr->data,
sizeof(bce->mac_addr)))
sizeof(struct uwb_mac_addr)))
goto out;
}
bce = NULL;
Expand Down

0 comments on commit 94f6b25

Please sign in to comment.