commit | 8a38e9a503cd1500cd93c9685c45f300639f0936 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Wed Apr 10 11:27:33 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Apr 11 12:54:34 2013 -0700 |
tree | ffd5e78dfef195b2062da3cbd638e6873efe2427 | |
parent | 925fe5a6dca3e6a98c74e543cfb072ec63d58b73 [diff] |
staging: comedi: me_daq: use pci_ioremap_bar() Use pci_ioremap_bar() to ioremap the PCI resources. That function just takes the pci device and a bar number. It also has some additional sanity checks to make sure the bar is actually a memory resource. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>