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)
Fri, Oct 17, 7:10 AM
Unknown Object (File)
Wed, Oct 15, 1:46 PM
Unknown Object (File)
Sun, Oct 12, 6:24 AM
Unknown Object (File)
Sat, Oct 11, 1:47 AM
Unknown Object (File)
Thu, Oct 9, 9:47 AM
Unknown Object (File)
Sep 18 2025, 4:57 AM
Unknown Object (File)
Sep 15 2025, 12:51 AM
Unknown Object (File)
Sep 12 2025, 1:40 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.