x86/PCI: Clear host bridge aperture struct resource
authorYinghai Lu <yinghai@kernel.org>
Wed, 19 Sep 2012 17:49:00 +0000 (10:49 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 21 Sep 2012 20:52:28 +0000 (14:52 -0600)
Use kzalloc() so the struct resource doesn't contain garbage in
fields we don't initialize.

[bhelgaas: changelog]
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: x86@kernel.org

No differences found