K 10 svn:author V 4 mmel K 8 svn:date V 27 2015-12-13T09:05:55.220200Z K 7 svn:log V 261 SIMPLEBUS: Don't panic if child device doesn't have devinfo set. Strictly speaking, missing devinfo is error which can be caused by instantiating child using device_add_child() instead of BUS_ADD_CHILD(). However, we can tolerate it. Approved by: kib (mentor) END