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

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: linux-ia64@vger.kernel.org

No differences found