Skip to content

Commit

Permalink
Merge branch 'bugzilla-9761' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Len Brown committed Jun 20, 2008
2 parents 7b09f27 + d385c2a commit 5a87f7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/acpi/video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1713,7 +1713,8 @@ acpi_video_bus_get_devices(struct acpi_video_bus *video,

status = acpi_video_bus_get_one_device(dev, video);
if (ACPI_FAILURE(status)) {
ACPI_EXCEPTION((AE_INFO, status, "Cant attach device"));
ACPI_DEBUG_PRINT((ACPI_DB_WARN,
"Cant attach device"));
continue;
}
}
Expand Down

0 comments on commit 5a87f7f

Please sign in to comment.