[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)
commit9ac0b9c1927228a38a71216536176af8811a435a
treeaafbbc2150f7d6a232889db711832b61f28de916
parentb65574fec5db1211bce7fc8bec7a2b32486e0670
[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