]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r360246: acpi_video: fix a crash in detach with an LCD output
authorAndriy Gapon <avg@FreeBSD.org>
Fri, 22 May 2020 11:59:50 +0000 (11:59 +0000)
committerAndriy Gapon <avg@FreeBSD.org>
Fri, 22 May 2020 11:59:50 +0000 (11:59 +0000)
commit6cd1c65bbd34477f203c5479246b05a0a61e505b
tree802aa585051dea56f380134ddd19071db8663743
parent12c14a5bfe6005d152d814d7f0839c0e99c71617
MFC r360246: acpi_video: fix a crash in detach with an LCD output

The crash happened because of a video output object was removed from a
wrong container, crt_units instead of lcd_units.
sys/dev/acpica/acpi_video.c