Page MenuHomeFreeBSD

sound: Simplify feeder_remove()
ClosedPublic

Authored by christos on Jul 24 2024, 3:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 17, 5:12 PM
Unknown Object (File)
Mon, Feb 16, 3:01 AM
Unknown Object (File)
Sun, Feb 8, 12:12 PM
Unknown Object (File)
Sun, Feb 8, 7:27 AM
Unknown Object (File)
Sun, Feb 8, 3:38 AM
Unknown Object (File)
Jan 17 2026, 10:15 AM
Unknown Object (File)
Dec 18 2025, 6:43 PM
Unknown Object (File)
Dec 14 2025, 6:06 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.