Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190711
b: refs/heads/master
c: 4bdae98
h: refs/heads/master
i:
  190709: 9ebfb1f
  190707: f6ac023
  190703: c95fa66
v: v3
  • Loading branch information
Shaohua Li authored and Len Brown committed May 6, 2010
1 parent d8596d2 commit 301dd41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 97c227cb51ddcf52c66f7a7fba69237026418b56
refs/heads/master: 4bdae98f1a456ea1fea5ea02f9249d23bceab75b
4 changes: 4 additions & 0 deletions trunk/drivers/acpi/hest.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ int acpi_hest_firmware_first_pci(struct pci_dev *pci)
{
acpi_status status = AE_NOT_FOUND;
struct acpi_table_header *hest = NULL;

if (acpi_disabled)
return 0;

status = acpi_get_table(ACPI_SIG_HEST, 1, &hest);

if (ACPI_SUCCESS(status)) {
Expand Down

0 comments on commit 301dd41

Please sign in to comment.