Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30637
b: refs/heads/master
c: a09ab7e
h: refs/heads/master
i:
  30635: f456674
v: v3
  • Loading branch information
mark gross authored and Linus Torvalds committed Jun 26, 2006
1 parent b27f248 commit 39b9666
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: da206c9e68cb93fcab43592d46276c02889c1250
refs/heads/master: a09ab7e2fcd22f0490a270bb310536c651d53cb9
2 changes: 1 addition & 1 deletion trunk/drivers/char/tlclk.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ static ssize_t store_received_ref_clk3b(struct device *d,

val = (unsigned char)tmp;
spin_lock_irqsave(&event_lock, flags);
SET_PORT_BITS(TLCLK_REG1, 0xef, val << 1);
SET_PORT_BITS(TLCLK_REG1, 0xdf, val << 1);
spin_unlock_irqrestore(&event_lock, flags);

return strnlen(buf, count);
Expand Down

0 comments on commit 39b9666

Please sign in to comment.