From: Ingo Molnar Date: Thu, 18 Sep 2008 10:50:18 +0000 (+0200) Subject: dmi scan: warn about too early calls to dmi_check_system() X-Git-Tag: v2.6.28-rc1~271^2^4~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a22b6e76ba75fa0f3963cdec7829156d00a7173;p=pandora-kernel.git 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 --- Reading git-diff-tree failed