Module Name: src Committed By: riastradh Date: Sun Aug 28 11:17:38 UTC 2022
Modified Files: src/sys/kern: subr_devsw.c Log Message: devsw(9): Fix case of existing conv in devsw_attach. - Fix sense of conditional: if we found a conv, i < max_devsw_convs. - Make sure to initialize error on the way out. PR kern/56962: Incorrect behavior of the devsw_attach function To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/kern/subr_devsw.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.