Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347062
b: refs/heads/master
c: 29fb08c
h: refs/heads/master
v: v3
  • Loading branch information
Shinya Kuribayashi authored and Wolfram Sang committed Nov 16, 2012
1 parent b246f76 commit fd289bb
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: ebd5ac165f2aaefb767c53112c2010b0ff3df688
refs/heads/master: 29fb08c300b5cb626b8a803440aab25d0983cab7
3 changes: 3 additions & 0 deletions trunk/drivers/i2c/busses/i2c-sh_mobile.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,9 @@ static irqreturn_t sh_mobile_i2c_isr(int irq, void *dev_id)
wake_up(&pd->wait);
}

/* defeat write posting to avoid spurious WAIT interrupts */
iic_rd(pd, ICSR);

return IRQ_HANDLED;
}

Expand Down

0 comments on commit fd289bb

Please sign in to comment.