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

Commit e9f74c48 authored by Zhang Rui's avatar Zhang Rui Committed by Len Brown
Browse files

ACPI video: fix a poor warning message

parent ec652b35
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -59,8 +59,8 @@ acpi_backlight_cap_match(acpi_handle handle, u32 level, void *context,
				  "support\n"));
				  "support\n"));
		*cap |= ACPI_VIDEO_BACKLIGHT;
		*cap |= ACPI_VIDEO_BACKLIGHT;
		if (ACPI_FAILURE(acpi_get_handle(handle, "_BQC", &h_dummy)))
		if (ACPI_FAILURE(acpi_get_handle(handle, "_BQC", &h_dummy)))
			printk(KERN_WARNING FW_BUG PREFIX "ACPI brightness "
			printk(KERN_WARNING FW_BUG PREFIX "No _BQC method, "
					"control misses _BQC function\n");
				"cannot determine initial brightness\n");
		/* We have backlight support, no need to scan further */
		/* We have backlight support, no need to scan further */
		return AE_CTRL_TERMINATE;
		return AE_CTRL_TERMINATE;
	}
	}