commit | 6a9d42ed0d4d28c449de36f561ad3969aac51c41 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Mon Dec 04 18:08:39 2017 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Dec 18 23:07:46 2017 -0600 |
tree | 3059179a356c41bc74446281ac11e9ff6a86a052 | |
parent | 961292e664e2ebfb56cf0733d4587711d7bc4c69 [diff] |
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>