Lines 385-393
static int acpi_pci_link_set(struct acpi
Link Here
|
385 |
|
385 |
|
386 |
/* Query _CRS, set link->irq.active */ |
386 |
/* Query _CRS, set link->irq.active */ |
387 |
result = acpi_pci_link_get_current(link); |
387 |
result = acpi_pci_link_get_current(link); |
388 |
if (result) { |
388 |
if (result == ENODEV) { |
389 |
goto end; |
389 |
/* |
390 |
} |
390 |
* Ignore the error about the _CRS method of Link device and |
|
|
391 |
* select IRQ from the Possible IRQ list |
392 |
* returned by _PRS method. |
393 |
*/ |
394 |
printk(KERN_WARNING "Ignore error LINK CRS method.\n"); |
395 |
link->irq.active = irq; |
396 |
result = 0; |
397 |
} |
391 |
|
398 |
|
392 |
/* |
399 |
/* |
393 |
* Is current setting not what we set? |
400 |
* Is current setting not what we set? |