commit | 10e6b5554ac9cc0f3b3951b2aec45451e465f8c3 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Wed Apr 10 11:26:34 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Apr 11 12:54:34 2013 -0700 |
tree | 2a14d1b4afb428210851ee921c875fc123e29411 | |
parent | b5fb9e6d23beddf0ead5e2abbc37f7ca30b981bf [diff] |
staging: comedi: daqboard2000: 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>