commit | e1878957b4676a17cf398f7f5723b365e9a2ca48 | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Thu Sep 27 17:45:27 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Sep 27 10:06:36 2012 -0700 |
tree | 506af63e74c52be845f6bb3c39cfa6515dfd2b1b | |
parent | 27020ffed9166d65ce1e5b523051d13bfa2329b0 [diff] |
staging: comedi: jr3_pci: fix iomem dereference Correct a direct dereference of I/O memory to use an appropriate I/O memory access function. Note that the pointer being dereferenced is not currently tagged with `__iomem` but I plan to correct that for 3.7. Cc: stable <stable@vger.kernel.org> Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>