Staging: comedi: amplc_dio200: Protect counter subdevice with spinlock
authorIan Abbott <abbotti@mev.co.uk>
Wed, 19 May 2010 15:59:40 +0000 (16:59 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 4 Jun 2010 20:38:53 +0000 (13:38 -0700)
The internal state of an 82C54 counter timer chip will get messed up if
several threads read, write, configure, or check the status of the chip
simultaneously.  Protect the register access sequences with a spin lock.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found