Page MenuHomeFreeBSD

sound: Simplify feeder_remove()
ClosedPublic

Authored by christos on Jul 24 2024, 3:44 PM.
Tags
None
Referenced Files
F102965815: D46100.diff
Tue, Nov 19, 7:15 AM
F102958143: D46100.diff
Tue, Nov 19, 4:58 AM
Unknown Object (File)
Oct 19 2024, 12:06 PM
Unknown Object (File)
Oct 6 2024, 9:20 PM
Unknown Object (File)
Sep 28 2024, 3:58 PM
Unknown Object (File)
Sep 27 2024, 12:35 PM
Unknown Object (File)
Sep 27 2024, 11:09 AM
Unknown Object (File)
Sep 23 2024, 9:28 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.