commit | ead1505a9d880521286157da0715f1bbc5ea8bf6 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Mon Dec 04 18:07:14 2017 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Dec 18 23:07:45 2017 -0600 |
tree | 14696f5b1202c838cef2ce77bd7ec417608aeb66 | |
parent | c82084117f79bcae085e40da526253736a247120 [diff] |
MIPS: 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>