Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304393
b: refs/heads/master
c: 933df65
h: refs/heads/master
i:
  304391: a0ea19c
v: v3
  • Loading branch information
W. Trevor King authored and Greg Kroah-Hartman committed Apr 20, 2012
1 parent c676a39 commit 2b22340
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 35c81aaa56e3e1a8eb8f86837889ed979085b1bc
refs/heads/master: 933df6599382aa41742210e4008ec550076254ee
5 changes: 2 additions & 3 deletions trunk/drivers/staging/comedi/drivers/ni_tio_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -694,11 +694,10 @@ static inline unsigned Gi_Gate_Interrupt_Enable_Bit(unsigned counter_index)
{
unsigned bit;

if (counter_index % 2) {
if (counter_index % 2)
bit = G1_Gate_Interrupt_Enable_Bit;
} else {
else
bit = G0_Gate_Interrupt_Enable_Bit;
}
return bit;
}

Expand Down

0 comments on commit 2b22340

Please sign in to comment.