K 10 svn:author V 6 marius K 8 svn:date V 27 2012-01-29T12:56:21.025156Z K 7 svn:log V 360 MFC: r228209 - In device_probe_child(9) check the return value of device_set_driver(9) when actually setting a driver as especially ENOMEM is fatal in these cases. - Annotate other calls to device_set_devclass(9) and device_set_driver(9) without the return value being checked and that are okay to fail. Reviewed by: yongari (slightly earlier version) END