diff options
author | Len Brown <len.brown@intel.com> | 2008-06-20 02:47:16 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-06-20 02:47:16 -0400 |
commit | 5a87f7f5e523030aa6fe732ec338fd53c9a11c42 (patch) | |
tree | a41d38ca5892b84711fdaf2b376f673109b5c52c /drivers | |
parent | 7b09f27891476c668d058926b90539e4068fbda2 (diff) | |
parent | d385c2a85877f0cb785070094edf9a624c090d68 (diff) | |
download | op-kernel-dev-5a87f7f5e523030aa6fe732ec338fd53c9a11c42.zip op-kernel-dev-5a87f7f5e523030aa6fe732ec338fd53c9a11c42.tar.gz |
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 5e5dda3a..d089c45 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; } } |