summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorIan Abbott <abbotti@mev.co.uk>2013-04-12 13:57:54 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-04-12 15:12:42 -0700
commitfed9fd2cc6ac2b01f928bef3ce62a9d8058f514d (patch)
tree05b28e32fb9253047c7faf3dd39fd93dd8417168 /tools/perf/scripts/python
parentaee351b28ccc7b966a14c8a8e146c6b74d4717cc (diff)
staging: comedi: 8255_pci: check BAR resource type directly
This driver handles one or more 8255 DIO subdevices mapped contiguously at the start of a PCI BAR resource. The resource may be a portio resource or an mmio resource. The driver currently checks the `is_mmio` member of the matching element of `pci_8255_boards[]` to determine the type of resource. Rather than doing that, get the information straight from the horse's mouth by checking the resource flags of the PCI BAR and eliminate the `is_mmio` member. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions