Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44640
b: refs/heads/master
c: b06824c
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Dec 17, 2006
1 parent 5a993ac commit 6d4492a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 729e7d7e4dc6b905e40992b6439b07153db4bd63
refs/heads/master: b06824cecafdacf2b12de583d4b41fd9c583c8c4
4 changes: 2 additions & 2 deletions trunk/Documentation/DocBook/genericirq.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,10 @@ desc->status |= running;
do {
if (desc->status & masked)
desc->chip->enable();
desc-status &= ~pending;
desc->status &= ~pending;
handle_IRQ_event(desc->action);
} while (status & pending);
desc-status &= ~running;
desc->status &= ~running;
desc->chip->end();
</programlisting>
</para>
Expand Down

0 comments on commit 6d4492a

Please sign in to comment.