fix typo pci_clear_aspm -> pcie_clear_aspm
This commit is contained in:
		
							parent
							
								
									39ad3b9d9e
								
							
						
					
					
						commit
						a6caae2eaa
					
				| @ -101,7 +101,7 @@ index 7122281..8112415 100644 | ||||
|   | ||||
|  __setup("pcie_aspm=", pcie_aspm_disable); | ||||
|   | ||||
| +void pci_clear_aspm(void)
 | ||||
| +void pcie_clear_aspm(void)
 | ||||
| +{
 | ||||
| +	if (!aspm_force)
 | ||||
| +		aspm_clear_state = 1;
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user