jr3_pci: fix iomem dereference
authorIan Abbott <abbotti@mev.co.uk>
Fri, 28 Sep 2012 10:59:53 +0000 (11:59 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Fri, 28 Sep 2012 10:59:53 +0000 (11:59 +0100)
commit815e9a9f585613f1802ae4c6b2df3a1d172f5de4
treea7d3df1782eca786fae5a3d7b14a359702bde3cd
parentedac7e58d4b28e03b5d76d83b8890469c5e83c6a
jr3_pci: fix iomem dereference

Correct a direct dereference of I/O memory when writing the 'reset'
register in jr3_pci_attach().  Use writel() to write the register.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
comedi/drivers/jr3_pci.c