Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215211
b: refs/heads/master
c: 7e15de3
h: refs/heads/master
i:
  215209: bd410a4
  215207: 41c85aa
v: v3
  • Loading branch information
Sascha Hauer authored and Marc Kleine-Budde committed Oct 18, 2010
1 parent d157df9 commit 061959d
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: f3a3ed3115d39463dc6672454bfbeaff46811a37
refs/heads/master: 7e15de3a73899903f33975b1ce57cf59c616d1d9
3 changes: 2 additions & 1 deletion trunk/drivers/net/can/mcp251x.c
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,8 @@ static irqreturn_t mcp251x_can_ist(int irq, void *dev_id)

mcp251x_write_bits(spi, CANINTF, intf, 0x00);

mcp251x_write_reg(spi, EFLG, 0x00);
if (eflag)
mcp251x_write_bits(spi, EFLG, eflag, 0x00);

/* Update can state */
if (eflag & EFLG_TXBO) {
Expand Down

0 comments on commit 061959d

Please sign in to comment.