]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] n_r3964 mod_timer() fix
authorStephan Brodkorb <stephan-linuxdev@brodkorb.com>
Mon, 17 Oct 2005 23:43:30 +0000 (16:43 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 18 Oct 2005 00:03:57 +0000 (17:03 -0700)
commit26187714b1865eb33533963bef9bdad36bd4cba5
treeaafbbc2150f7d6a232889db711832b61f28de916
parentd1e3ec325c9aff7b4b37e14c09abb1d8e9ba8322
[PATCH] n_r3964 mod_timer() fix

Since Revision 1.10 was released the n_r3964 module wasn't able to receive any
data.  The reason for that behavior is because there were some wrong calls of
mod_timer(...) in the function receive_char (...).  This patch should fix this
problem and was successfully tested with talking to some kuka industrial
robots.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/n_r3964.c