Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119759
b: refs/heads/master
c: f706644
h: refs/heads/master
i:
  119757: fdcc488
  119755: 0643e8f
  119751: a16a918
  119743: a13ffbe
v: v3
  • Loading branch information
Oliver Hartkopp authored and David S. Miller committed Dec 4, 2008
1 parent 3e58ca2 commit bc5afd7
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 17b24b3c97498935a2ef9777370b1151dfed3f6f
refs/heads/master: f706644d55f90e8306d87060168fef33804d6dd9
5 changes: 4 additions & 1 deletion trunk/net/can/af_can.c
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,10 @@ static int can_rcv_filter(struct dev_rcv_lists *d, struct sk_buff *skb)
}
}

/* check CAN_ID specific entries */
/* check filterlists for single non-RTR can_ids */
if (can_id & CAN_RTR_FLAG)
return matches;

if (can_id & CAN_EFF_FLAG) {
hlist_for_each_entry_rcu(r, n, &d->rx[RX_EFF], list) {
if (r->can_id == can_id) {
Expand Down

0 comments on commit bc5afd7

Please sign in to comment.