Re: [PATCH] PCIe ASPM causes machine (HP Compaq 6735s) to sometimes freeze hard at boot at PCI initialization time

From: Matthew Garrett
Date: Mon Dec 08 2008 - 10:09:36 EST


On Mon, Dec 08, 2008 at 04:04:09PM +0100, Thomas Renninger wrote:
> - pci_read_config_word(pdev, pos + PCI_EXP_LNKCTL, &reg16);
> + parent_reg = pci_read_config_word(pdev, pos + PCI_EXP_LNKCTL, &reg16);

I don't think that does what you think it does :)

--
Matthew Garrett | mjg59@xxxxxxxxxxxxx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/