Skip to content
Commit 9a22b6e7 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

dmi scan: warn about too early calls to dmi_check_system()



It happened to me recently that i added a dmi_check_system() quirk
in a too early codepath, and it was silently ignored because all the
DMI tables and strings were still empty.

As this situation is clearly a programming error / kernel bug,
warn when it happens, instead of silently ignoring quirks.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 8308c54d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment