dmi scan: warn about too early calls to dmi_check_system()
authorIngo Molnar <mingo@elte.hu>
Thu, 18 Sep 2008 10:50:18 +0000 (12:50 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 18 Sep 2008 10:52:29 +0000 (12:52 +0200)
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: Ingo Molnar <mingo@elte.hu>

No differences found