Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334555
b: refs/heads/master
c: d5c6a1e
h: refs/heads/master
i:
  334553: 34da70c
  334551: 6e0b18e
v: v3
  • Loading branch information
Kuninori Morimoto authored and Felipe Balbi committed Oct 16, 2012
1 parent 4d2a5b1 commit e02e0bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: c2fa3edc58a262dfcb7aea78e24661e90e00098c
refs/heads/master: d5c6a1e024dd5acd6ad2e1a6eb6a2fd5c15c50f1
6 changes: 3 additions & 3 deletions trunk/drivers/usb/renesas_usbhs/mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@ static irqreturn_t usbhs_interrupt(int irq, void *data)
usbhs_write(priv, INTSTS0, ~irq_state.intsts0 & INTSTS0_MAGIC);
usbhs_write(priv, INTSTS1, ~irq_state.intsts1 & INTSTS1_MAGIC);

usbhs_write(priv, BRDYSTS, 0);
usbhs_write(priv, NRDYSTS, 0);
usbhs_write(priv, BEMPSTS, 0);
usbhs_write(priv, BRDYSTS, ~irq_state.brdysts);
usbhs_write(priv, NRDYSTS, ~irq_state.nrdysts);
usbhs_write(priv, BEMPSTS, ~irq_state.bempsts);

/*
* call irq callback functions
Expand Down

0 comments on commit e02e0bd

Please sign in to comment.