Files
linux/drivers/firmware
Dmitry Torokhov 44d13be6ec DMI: allow omitting ident strings in DMI tables
commit 75757507e0 upstream.

The purpose of dmi->ident is twofold - it may be used by DMI callback
functions when composing log messages; it is also used to determine
end of DMI table in dmi_check_system() and dmi_first_match(). However,
in case when callbacks are not interested in using ident at all it just
wastes memory. Let's make entries with empty first match slot serve as
end-of-table markers instead.

[needed for DMI table changes that need to be done by later patches - gkh]

Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-01-28 15:01:52 -08:00
..
2008-07-08 17:55:41 +02:00
2008-07-08 17:55:41 +02:00
2009-06-17 09:33:49 -07:00