Page MenuHomeFreeBSD

sound: Do not return an error from chn_notify() if the children list is empty
ClosedPublic

Authored by christos on Dec 19 2024, 11:20 PM.
Tags
None
Referenced Files
F148389388: D48156.id151457.diff
Tue, Mar 17, 1:19 PM
F148249639: D48156.id151457.diff
Mon, Mar 16, 7:13 PM
Unknown Object (File)
Sat, Mar 14, 8:56 PM
Unknown Object (File)
Tue, Mar 3, 9:02 PM
Unknown Object (File)
Tue, Mar 3, 6:23 PM
Unknown Object (File)
Tue, Mar 3, 2:56 AM
Unknown Object (File)
Fri, Feb 20, 10:42 AM
Unknown Object (File)
Thu, Feb 19, 9:10 AM
Subscribers

Details

Summary

An empty children list does not mean that there is an error.

Reported by: Florian Walpen <dev@submerge.ch>
Sponsored by: The FreeBSD Foundation
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I can confirm that this fixes the panic experienced with D47917, and I don't see anything else that could be affected by the change in return value. Thank you!

This revision is now accepted and ready to land.Dec 24 2024, 12:38 PM

I can confirm that this fixes the panic experienced with D47917, and I don't see anything else that could be affected by the change in return value. Thank you!

Thank you for proposing this. :-)