diff options
author | Len Brown <len.brown@intel.com> | 2008-06-20 08:47:16 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-06-20 08:47:16 +0200 |
commit | 5a87f7f5e523030aa6fe732ec338fd53c9a11c42 (patch) | |
tree | a41d38ca5892b84711fdaf2b376f673109b5c52c /drivers | |
parent | Merge branch 'bugzilla-10695' into release (diff) | |
parent | ACPI Exception (video-1721): UNKNOWN_STATUS_CODE, Cant attach device (diff) | |
download | linux-5a87f7f5e523030aa6fe732ec338fd53c9a11c42.tar.xz linux-5a87f7f5e523030aa6fe732ec338fd53c9a11c42.zip |
Merge branch 'bugzilla-9761' into release
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/acpi/video.c | 3 |
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; } } |