powerpc/fsl/pci: Fix when quirk_fsl_pcie_header is freed up
authorMatias Garcia <mgarcia@rossvideo.com>
Mon, 19 Sep 2011 15:35:11 +0000 (11:35 -0400)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 10 Jul 2012 12:07:19 +0000 (07:07 -0500)
Change quirk_fsl_pcie_header from __init to __devinit to ensure if we
have a runtime access (like via an FPGA being loaded after boot on the
PCIe link) that we dont access randomly freed memory.

Signed-off-by: Matias Garcia <mgarcia@rossvideo.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

No differences found