/freebsd/sys/dev/iicbus/pmic/ |
H A D | act8846.c | diff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last
These detach routines in these drivers all ended with 'return (bus_generic_detach())' meaning that if any child device failed to detach, the parent driver was left in a mostly destroyed state, but still marked attached. Instead, bus drivers should detach child drivers first and return errors before destroying driver state in the parent.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47387
|
/freebsd/sys/arm/nvidia/ |
H A D | tegra_mc.c | diff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last
These detach routines in these drivers all ended with 'return (bus_generic_detach())' meaning that if any child device failed to detach, the parent driver was left in a mostly destroyed state, but still marked attached. Instead, bus drivers should detach child drivers first and return errors before destroying driver state in the parent.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47387
|
H A D | tegra_abpmisc.c | diff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last
These detach routines in these drivers all ended with 'return (bus_generic_detach())' meaning that if any child device failed to detach, the parent driver was left in a mostly destroyed state, but still marked attached. Instead, bus drivers should detach child drivers first and return errors before destroying driver state in the parent.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47387
|
H A D | as3722.c | diff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last
These detach routines in these drivers all ended with 'return (bus_generic_detach())' meaning that if any child device failed to detach, the parent driver was left in a mostly destroyed state, but still marked attached. Instead, bus drivers should detach child drivers first and return errors before destroying driver state in the parent.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47387
|
H A D | tegra_rtc.c | diff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last
These detach routines in these drivers all ended with 'return (bus_generic_detach())' meaning that if any child device failed to detach, the parent driver was left in a mostly destroyed state, but still marked attached. Instead, bus drivers should detach child drivers first and return errors before destroying driver state in the parent.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47387
|
H A D | tegra_i2c.c | diff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last
These detach routines in these drivers all ended with 'return (bus_generic_detach())' meaning that if any child device failed to detach, the parent driver was left in a mostly destroyed state, but still marked attached. Instead, bus drivers should detach child drivers first and return errors before destroying driver state in the parent.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47387
|
H A D | tegra_efuse.c | diff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last
These detach routines in these drivers all ended with 'return (bus_generic_detach())' meaning that if any child device failed to detach, the parent driver was left in a mostly destroyed state, but still marked attached. Instead, bus drivers should detach child drivers first and return errors before destroying driver state in the parent.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47387
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | max77620.c | diff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last
These detach routines in these drivers all ended with 'return (bus_generic_detach())' meaning that if any child device failed to detach, the parent driver was left in a mostly destroyed state, but still marked attached. Instead, bus drivers should detach child drivers first and return errors before destroying driver state in the parent.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47387
|
H A D | max77620_rtc.c | diff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last
These detach routines in these drivers all ended with 'return (bus_generic_detach())' meaning that if any child device failed to detach, the parent driver was left in a mostly destroyed state, but still marked attached. Instead, bus drivers should detach child drivers first and return errors before destroying driver state in the parent.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47387
|
/freebsd/sys/dev/dwwdt/ |
H A D | dwwdt.c | diff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last
These detach routines in these drivers all ended with 'return (bus_generic_detach())' meaning that if any child device failed to detach, the parent driver was left in a mostly destroyed state, but still marked attached. Instead, bus drivers should detach child drivers first and return errors before destroying driver state in the parent.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47387
|
/freebsd/sys/arm/nvidia/drm2/ |
H A D | tegra_host1x.c | diff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last
These detach routines in these drivers all ended with 'return (bus_generic_detach())' meaning that if any child device failed to detach, the parent driver was left in a mostly destroyed state, but still marked attached. Instead, bus drivers should detach child drivers first and return errors before destroying driver state in the parent.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47387
|
H A D | tegra_hdmi.c | diff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last
These detach routines in these drivers all ended with 'return (bus_generic_detach())' meaning that if any child device failed to detach, the parent driver was left in a mostly destroyed state, but still marked attached. Instead, bus drivers should detach child drivers first and return errors before destroying driver state in the parent.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47387
|
H A D | tegra_dc.c | diff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last
These detach routines in these drivers all ended with 'return (bus_generic_detach())' meaning that if any child device failed to detach, the parent driver was left in a mostly destroyed state, but still marked attached. Instead, bus drivers should detach child drivers first and return errors before destroying driver state in the parent.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47387
|
/freebsd/sys/dev/gve/ |
H A D | gve_main.c | diff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last
These detach routines in these drivers all ended with 'return (bus_generic_detach())' meaning that if any child device failed to detach, the parent driver was left in a mostly destroyed state, but still marked attached. Instead, bus drivers should detach child drivers first and return errors before destroying driver state in the parent.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47387
|
/freebsd/sys/dev/mana/ |
H A D | gdma_main.c | diff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last
These detach routines in these drivers all ended with 'return (bus_generic_detach())' meaning that if any child device failed to detach, the parent driver was left in a mostly destroyed state, but still marked attached. Instead, bus drivers should detach child drivers first and return errors before destroying driver state in the parent.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47387
|
/freebsd/sys/arm/ti/ |
H A D | ti_adc.c | diff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last
These detach routines in these drivers all ended with 'return (bus_generic_detach())' meaning that if any child device failed to detach, the parent driver was left in a mostly destroyed state, but still marked attached. Instead, bus drivers should detach child drivers first and return errors before destroying driver state in the parent.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47387
|
/freebsd/sys/powerpc/powermac/ |
H A D | cuda.c | diff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last
These detach routines in these drivers all ended with 'return (bus_generic_detach())' meaning that if any child device failed to detach, the parent driver was left in a mostly destroyed state, but still marked attached. Instead, bus drivers should detach child drivers first and return errors before destroying driver state in the parent.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47387
|
H A D | pmu.c | diff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last
These detach routines in these drivers all ended with 'return (bus_generic_detach())' meaning that if any child device failed to detach, the parent driver was left in a mostly destroyed state, but still marked attached. Instead, bus drivers should detach child drivers first and return errors before destroying driver state in the parent.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47387
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | pci_mpc85xx.c | diff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last
These detach routines in these drivers all ended with 'return (bus_generic_detach())' meaning that if any child device failed to detach, the parent driver was left in a mostly destroyed state, but still marked attached. Instead, bus drivers should detach child drivers first and return errors before destroying driver state in the parent.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47387
|
/freebsd/sys/dev/fdt/ |
H A D | simplebus.c | diff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last
These detach routines in these drivers all ended with 'return (bus_generic_detach())' meaning that if any child device failed to detach, the parent driver was left in a mostly destroyed state, but still marked attached. Instead, bus drivers should detach child drivers first and return errors before destroying driver state in the parent.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47387
|
/freebsd/sys/dev/ena/ |
H A D | ena.c | diff d412c07617eb35435668b024bc2cecda05f57f1f Tue Nov 05 02:30:33 CET 2024 John Baldwin <jhb@FreeBSD.org> Check for errors when detaching children first, not last
These detach routines in these drivers all ended with 'return (bus_generic_detach())' meaning that if any child device failed to detach, the parent driver was left in a mostly destroyed state, but still marked attached. Instead, bus drivers should detach child drivers first and return errors before destroying driver state in the parent.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D47387
|