commit | 961292e664e2ebfb56cf0733d4587711d7bc4c69 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Mon Dec 04 18:08:01 2017 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Dec 18 23:07:45 2017 -0600 |
tree | f4d627c8915531099776780c5a8134ca46aa6e83 | |
parent | ead1505a9d880521286157da0715f1bbc5ea8bf6 [diff] |
powerpc: 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>