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
F169251719: D13386.id.diff
Tue, Sep 1, 1:42 AM
F169206371: D13386.diff
Mon, Aug 31, 8:12 PM
F169064773: D13386.id36436.diff
Mon, Aug 31, 7:35 AM
Unknown Object (File)
Sun, Aug 30, 1:06 AM
Unknown Object (File)
Sat, Aug 29, 4:52 PM
Unknown Object (File)
Sat, Aug 29, 10:58 AM
Unknown Object (File)
Thu, Aug 27, 7:20 PM
Unknown Object (File)
Thu, Aug 27, 4:10 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

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.