Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a87f7f5 authored by Len Brown's avatar Len Brown
Browse files

Merge branch 'bugzilla-9761' into release

parents 7b09f278 d385c2a8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
		}
	}