Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336072
b: refs/heads/master
c: 81b4011
h: refs/heads/master
v: v3
  • Loading branch information
Oliver Hartkopp authored and Marc Kleine-Budde committed Nov 26, 2012
1 parent c531e1a commit 33ac3ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c9faaa09e2a1335678f09c70a0d0eda095564bab
refs/heads/master: 81b401100c01d2357031e874689f89bd788d13cd
3 changes: 3 additions & 0 deletions trunk/net/can/bcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,9 @@ static int bcm_rx_setup(struct bcm_msg_head *msg_head, struct msghdr *msg,
op->sk = sk;
op->ifindex = ifindex;

/* ifindex for timeout events w/o previous frame reception */
op->rx_ifindex = ifindex;

/* initialize uninitialized (kzalloc) structure */
hrtimer_init(&op->timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
op->timer.function = bcm_rx_timeout_handler;
Expand Down

0 comments on commit 33ac3ba

Please sign in to comment.