]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Change some KASSERT to device_printf + return EINVAL. There's no need to
authorIan Lepore <ian@FreeBSD.org>
Wed, 8 Jan 2020 22:48:14 +0000 (22:48 +0000)
committerIan Lepore <ian@FreeBSD.org>
Wed, 8 Jan 2020 22:48:14 +0000 (22:48 +0000)
commita5910414d4f76ddcfcb2a5a4aee93eb18d19da00
treec702b9524103de431b1475e07fd1917aeab51cd4
parentb29fdcf8b37132d23151707df9aa2de1ee07dfe8
Change some KASSERT to device_printf + return EINVAL.  There's no need to
bring the whole kernel down due to a configuration error detected when a
module is loaded, it suffices to just not attach the device.
sys/dev/iicbus/mux/iicmux.c