Page MenuHomeFreeBSD

sound: Simplify feeder_remove()
ClosedPublic

Authored by christos on Jul 24 2024, 3:44 PM.
Tags
None
Referenced Files
F116133569: D46100.diff
Fri, May 2, 8:44 PM
Unknown Object (File)
Sun, Apr 20, 1:00 PM
Unknown Object (File)
Thu, Apr 3, 3:53 AM
Unknown Object (File)
Mar 29 2025, 9:47 PM
Unknown Object (File)
Mar 26 2025, 5:31 PM
Unknown Object (File)
Mar 24 2025, 2:25 AM
Unknown Object (File)
Mar 21 2025, 2:28 PM
Unknown Object (File)
Mar 19 2025, 12:09 AM
Subscribers

Details

Summary

Sponsored by: The FreeBSD Foundation
MFC after: 2 days

Diff Detail

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

Event Timeline

sys/dev/sound/pcm/feeder.c
258

These three lines can be replaced by while (c->feeder != NULL).

christos marked an inline comment as done.

Address Mark's comment.

This revision is now accepted and ready to land.Jul 25 2024, 12:52 PM
This revision was automatically updated to reflect the committed changes.