Page MenuHomeFreeBSD

sound: Make DSP_FIXUP_ERROR() regular code
ClosedPublic

Authored by christos on Jun 29 2024, 3:38 PM.
Tags
None
Referenced Files
F172200540: D45776.id140359.diff
Wed, Sep 16, 7:52 PM
F172198958: D45776.diff
Wed, Sep 16, 7:30 PM
Unknown Object (File)
Fri, Sep 11, 9:11 PM
Unknown Object (File)
Fri, Sep 11, 6:10 AM
Unknown Object (File)
Thu, Sep 10, 9:16 AM
Unknown Object (File)
Wed, Sep 9, 3:25 PM
Unknown Object (File)
Wed, Sep 9, 4:55 AM
Unknown Object (File)
Tue, Sep 8, 5:38 AM
Subscribers

Details

Summary

No reason to have this as a macro. No functional change intended.

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

This revision is now accepted and ready to land.Jun 30 2024, 3:30 PM

Expanding this inline LGTM. I wonder if it should be else if though (as a subsequent change)

Expanding this inline LGTM. I wonder if it should be else if though (as a subsequent change)

I agree with making it an else if. If the open flags are invalid then we don't need to check the second if at all. I think this change can be included in this patch though.

This revision was automatically updated to reflect the committed changes.