commit | 79603a35009ff39562cd5634fa1cf513eb080f27 | [log] [tgz] |
---|---|---|
author | Mark Gross <mgross@linux.intel.com> | Mon Jan 22 20:40:44 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Jan 23 07:52:06 2007 -0800 |
tree | e182a1729a0cb5d06d1c75202653001b7e4c5578 | |
parent | cda9205da24aeaa8fb086b0fb85cdf39571ecc3f [diff] |
[PATCH] tlclk: bug fix + misc fixes The following patch fixes a few problems with the tlclk driver. * bug in the select_amcb1_transmit_clock * racy read sys call * racy open sys call * use of add_timer where mod_timer would be better * change to the timer data parameter use Signed-off-by: Mark Gross <mark.gross@intel.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>