]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix MPC8544DS PCIe3 scsi.
authorKumar Gala <galak@kernel.crashing.org>
Mon, 20 Aug 2007 14:44:00 +0000 (09:44 -0500)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Wed, 29 Aug 2007 05:16:54 +0000 (00:16 -0500)
commit9468e6804b7e25b0f6f52e53f47bce3175400a16
tree24120d1d4a9445020f92787bf737793b629f29c2
parent4bf4abb8a4e9955556b120a1aafa30c03e74032a
Fix MPC8544DS PCIe3 scsi.

<ed.swarthout@freescale.com>

The problem is pciauto_setup_device() getting called from fsl_pci_init.c
is allocating memory space it doesn't need.

Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
drivers/fsl_pci_init.c