Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175058
b: refs/heads/master
c: 155b44a
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Dec 11, 2009
1 parent 33aa168 commit 7fde28a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 334a33d81016a391b1f8c75d482eebb8bb7362fb
refs/heads/master: 155b44aae0ed9a0f9aecc8c528ba5bc3b26f8377
3 changes: 2 additions & 1 deletion trunk/drivers/staging/comedi/drivers/8253.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ static inline void i8253_cascade_ns_to_timer_2div(int i8253_osc_base,
}

*nanosec = div1 * div2 * i8253_osc_base;
*d1 = div1 & 0xffff; /* masking is done since counter maps zero to 0x10000 */
/* masking is done since counter maps zero to 0x10000 */
*d1 = div1 & 0xffff;
*d2 = div2 & 0xffff;
return;
}
Expand Down

0 comments on commit 7fde28a

Please sign in to comment.