commit | 9a22b6e76ba75fa0f3963cdec7829156d00a7173 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Sep 18 12:50:18 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Sep 18 12:52:29 2008 +0200 |
tree | a097e39127d0b2b7ad3adf1a1a8b2d6f47b67366 | |
parent | 8308c54d7e312f7a03e2ce2057d0837e6fe3843f [diff] |
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: Ingo Molnar <mingo@elte.hu>