vgacon: Set VGA struct resource types
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 1 Dec 2017 17:06:39 +0000 (11:06 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 19 Dec 2017 05:07:43 +0000 (23:07 -0600)
commitc82084117f79bcae085e40da526253736a247120
tree8c70cffcf6cbe81de1381c675ed5b943f465463c
parent116a6063cac3107d5abfe7bd14fc01a19271b14a
vgacon: Set VGA struct resource types

Set the resource type when we reserve VGA-related I/O port resources.

The resource code doesn't actually look at the type, so it inserts
resources without a type in the tree correctly even without this change.
But if we ever print a resource without a type, it looks like this:

  vga+ [??? 0x000003c0-0x000003df flags 0x0]

Setting the type means it will be printed correctly as:

  vga+ [io  0x000003c0-0x000003df]

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/alpha/kernel/console.c
drivers/video/console/vgacon.c