From: Ian Abbott Date: Thu, 27 Sep 2012 16:45:27 +0000 (+0100) Subject: staging: comedi: jr3_pci: fix iomem dereference X-Git-Tag: v3.2.32~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeb048baa36390d8550282a305aabc057a5718cc;p=pandora-kernel.git staging: comedi: jr3_pci: fix iomem dereference commit e1878957b4676a17cf398f7f5723b365e9a2ca48 upstream. 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. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed