[PATCH] tlclk: bug fix + misc fixes
authorMark Gross <mgross@linux.intel.com>
Tue, 23 Jan 2007 04:40:44 +0000 (20:40 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 23 Jan 2007 15:52:06 +0000 (07:52 -0800)
commit79603a35009ff39562cd5634fa1cf513eb080f27
treee182a1729a0cb5d06d1c75202653001b7e4c5578
parentcda9205da24aeaa8fb086b0fb85cdf39571ecc3f
[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>
drivers/char/tlclk.c