View | Details | Raw Unified | Return to bug 42979 | Differences between
and this patch

Collapse All | Expand All

(-)linux-2.6.42.x86_64/drivers/pci/pcie/aspm.c.boot (-1 / +1 lines)
Lines 501-507 static int pcie_aspm_sanity_check(struct Link Here
501
	u32 reg32;
501
	u32 reg32;
502
502
503
	if (aspm_disabled)
503
	if (aspm_disabled)
504
		return 0;
504
		return -EINVAL;
505
505
506
	/*
506
	/*
507
	 * Some functions in a slot might not all be PCIe functions,
507
	 * Some functions in a slot might not all be PCIe functions,

Return to bug 42979