coreboot-kgpe-d16/util/sconfig
Myles Watson 1965a23712 Check for NULL before calling device_match()
It matters for multifunction devices who don't have siblings.

The error in the rumba device tree created that situation.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5628 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-06-10 04:06:52 +00:00
..
Makefile.inc Split C code in sconfig's parser into a separate file. 2010-05-05 11:19:50 +00:00
lex.yy.c_shipped Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster" 2010-05-05 13:12:42 +00:00
main.c Check for NULL before calling device_match() 2010-06-10 04:06:52 +00:00
sconfig.h sconfig: Make cur_bus and cur_parent local to the parser. 2010-05-05 12:05:25 +00:00
sconfig.l Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster" 2010-05-05 13:12:42 +00:00
sconfig.tab.c_shipped Improve the sconfig parser: 2010-05-05 13:13:47 +00:00
sconfig.tab.h_shipped Split C code in sconfig's parser into a separate file. 2010-05-05 11:19:50 +00:00
sconfig.y Improve the sconfig parser: 2010-05-05 13:13:47 +00:00