MIPS: Set I/O port resource types correctly
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 5 Dec 2017 00:07:14 +0000 (18:07 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 19 Dec 2017 05:07:45 +0000 (23:07 -0600)
commitead1505a9d880521286157da0715f1bbc5ea8bf6
tree14696f5b1202c838cef2ce77bd7ec417608aeb66
parentc82084117f79bcae085e40da526253736a247120
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>
arch/mips/jazz/setup.c
arch/mips/mti-malta/malta-setup.c