K 10 svn:author V 6 marius K 8 svn:date V 27 2012-01-29T12:58:07.377637Z K 7 svn:log V 367 MFC: r228211 It doesn't make much sense to check whether child is NULL after already having dereferenced it. We either should generally check the device_t's supplied to bus functions before using them (which we seem to virtually never do) or just assume that they are not NULL. While at it make this code fit 78 columns. Found with: Coverity Prevent(tm) CID: 4230 END