irqchip/i8259: Set I/O port resource types correctly
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 5 Dec 2017 00:08:39 +0000 (18:08 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 19 Dec 2017 05:07:46 +0000 (23:07 -0600)
commit6a9d42ed0d4d28c449de36f561ad3969aac51c41
tree3059179a356c41bc74446281ac11e9ff6a86a052
parent961292e664e2ebfb56cf0733d4587711d7bc4c69
irqchip/i8259: Set I/O port resource types correctly

Set I/O port resource structs to have IORESOURCE_IO in their type field.

Previously we marked these as merely IORESOURCE_BUSY without indicating the
type.  Setting the type doesn't fix any functional problem but makes %pR
on the resource work better.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/irqchip/irq-i8259.c