summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLen Brown2008-06-20 08:47:16 +0200
committerLen Brown2008-06-20 08:47:16 +0200
commit5a87f7f5e523030aa6fe732ec338fd53c9a11c42 (patch)
treea41d38ca5892b84711fdaf2b376f673109b5c52c
parentMerge branch 'bugzilla-10695' into release (diff)
parentACPI Exception (video-1721): UNKNOWN_STATUS_CODE, Cant attach device (diff)
downloadkernel-qcow2-linux-5a87f7f5e523030aa6fe732ec338fd53c9a11c42.tar.gz
kernel-qcow2-linux-5a87f7f5e523030aa6fe732ec338fd53c9a11c42.tar.xz
kernel-qcow2-linux-5a87f7f5e523030aa6fe732ec338fd53c9a11c42.zip
Merge branch 'bugzilla-9761' into release
-rw-r--r--drivers/acpi/video.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c
index 5e5dda3a3027..d089c4519d45 100644
--- a/drivers/acpi/video.c
+++ b/drivers/acpi/video.c
@@ -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;
}
}