Page MenuHomeFreeBSD

sound: Make DSP_FIXUP_ERROR() regular code
AcceptedPublic

Authored by christos on Sat, Jun 29, 3:38 PM.

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 Skipped
Unit
Tests Skipped
Build Status
Buildable 58394
Build 55282: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Sun, Jun 30, 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.