]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
pci: Properly configure prefetchable memory region
authorThierry Reding <thierry.reding@gmail.com>
Fri, 20 Sep 2013 13:50:50 +0000 (15:50 +0200)
committerTom Rini <trini@ti.com>
Mon, 7 Oct 2013 12:21:23 +0000 (08:21 -0400)
commit010c480bbf9c3c2b4237a73242b4b3f7c9198114
tree54a5283877951c44c9d9a1836f60ea12fc0d4b21
parentf833e790b47236115894c751d4e34070a4db62fd
pci: Properly configure prefetchable memory region

Forcibly set hose->pci_prefetch to NULL to make sure it will be setup.
This will help if for any reason callers didn't make sure themselves to
NULL the field.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/pci/pci_auto.c