Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354540
b: refs/heads/master
c: 6b07b30
h: refs/heads/master
v: v3
  • Loading branch information
Kumar Amit Mehta authored and Greg Kroah-Hartman committed Feb 18, 2013
1 parent c9bab6f commit e15be6f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: deb95fac28b6678f014c95909fc1bee21c1bace5
refs/heads/master: 6b07b30892ad972286871787079ed68d07779ba4
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ static int apci3200_do_insn_bits(struct comedi_device *dev,
s->state = inl(devpriv->i_IobaseAddon) & 0xf;
if (mask) {
s->state &= ~mask;
s->state |= (bits & mask)
s->state |= (bits & mask);

outl(s->state, devpriv->i_IobaseAddon);
}
Expand Down

0 comments on commit e15be6f

Please sign in to comment.