]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cam: Initialize wired to false
authorWarner Losh <imp@FreeBSD.org>
Tue, 30 Nov 2021 21:14:55 +0000 (14:14 -0700)
committerWarner Losh <imp@FreeBSD.org>
Tue, 30 Nov 2021 21:40:30 +0000 (14:40 -0700)
commit3846662dab2c46a0d1e4532c4b7f7e317cab8883
tree1ca293c40d7eb01c70534e3c33e0dfc14de150ae
parentc508b0818b245ea136d6538d68868cb3541f8f8f
cam: Initialize wired to false

As part of converting the code to a while loop, the unconditional
initialization of wired to false was lost.

Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D33163
sys/cam/cam_periph.c