staging: comedi: addi_watchdog: all i/o registers are 32-bit
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Thu, 24 Jan 2013 00:02:31 +0000 (17:02 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Jan 2013 20:15:53 +0000 (12:15 -0800)
commitc0cd2da16b431a2007ea83865f3dd1530c1643a5
tree3fad222fa5b5ae4f862f76b44c26c395cf8a1919
parent1445ea1545e07faf91ce05c470024b4ee74f0251
staging: comedi: addi_watchdog: all i/o registers are 32-bit

All the i/o registers used by the watchdog device on the addi-data
boards are 32-bit. Make sure all the i/o commands use outl/inl to
access the registers.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/addi_watchdog.c