Page MenuHomeFreeBSD

Remove unused 4th argument to match the standard error routines.
ClosedPublic

Authored by imp on Dec 6 2017, 12:11 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jul 13, 7:39 AM
Unknown Object (File)
Sun, Jul 12, 9:57 PM
Unknown Object (File)
Mon, Jul 6, 2:08 PM
Unknown Object (File)
Sat, Jul 4, 10:40 AM
Unknown Object (File)
Fri, Jul 3, 10:10 PM
Unknown Object (File)
Wed, Jul 1, 1:23 AM
Unknown Object (File)
May 18 2026, 8:28 PM
Unknown Object (File)
May 18 2026, 8:28 PM
Subscribers
None

Details

Summary

This argument isn't used, and didn't match the usual error routines, so remove it. It serves no purpose.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 13366
Build 13598: arc lint + arc unit

Event Timeline

imp added reviewers: scottl, ken, cem.
cem added inline comments.
sys/cam/cam_periph.c
1715

Was this formerly used somehow?

This revision is now accepted and ready to land.Dec 6 2017, 12:15 AM
sys/cam/cam_periph.c
1715

It was, but I haven't done a the full archeological dig to find out what it was...

This revision was automatically updated to reflect the committed changes.