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
F131573322: D13386.diff
Thu, Oct 9, 9:47 AM
Unknown Object (File)
Thu, Sep 18, 4:57 AM
Unknown Object (File)
Mon, Sep 15, 12:51 AM
Unknown Object (File)
Fri, Sep 12, 1:40 AM
Unknown Object (File)
Aug 15 2025, 8:01 AM
Unknown Object (File)
Aug 11 2025, 4:48 PM
Unknown Object (File)
Aug 2 2025, 9:05 AM
Unknown Object (File)
Jul 24 2025, 3:39 AM
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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp added reviewers: scottl, ken, cem.
cem added inline comments.
sys/cam/cam_periph.c
1715 โ†—(On Diff #36275)

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 โ†—(On Diff #36275)

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.