Page MenuHomeFreeBSD

loader: beri_sdcard_disk_print() needs to return int.
ClosedPublic

Authored by tsoome on Nov 14 2016, 9:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 19, 5:49 PM
Unknown Object (File)
Thu, May 16, 3:22 PM
Unknown Object (File)
Thu, May 16, 8:10 AM
Unknown Object (File)
Sun, May 12, 8:06 AM
Unknown Object (File)
Sun, May 12, 7:33 AM
Unknown Object (File)
Fri, Apr 26, 9:54 PM
Unknown Object (File)
Apr 8 2024, 8:38 PM
Unknown Object (File)
Apr 8 2024, 8:36 PM
Subscribers

Details

Summary

The return type for beri_sdcard_disk_print() should be int.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5948
Build 6229: arc lint + arc unit

Event Timeline

tsoome retitled this revision from to loader: beri_sdcard_disk_print() needs to return int..
tsoome updated this object.
tsoome edited the test plan for this revision. (Show Details)
tsoome added reviewers: allanjude, imp.
tsoome added a subscriber: cy.

You'll also want to change the declaration above the devsw initialization or this won't compile.

You'll also want to change the declaration above the devsw initialization or this won't compile.

You mean the one at line 50? its already int - it was changed with the rest, just somehow the function itself got missed.

brooks edited edge metadata.

Oh, I see. This is fine then. Sorry I missed that.

This revision is now accepted and ready to land.Nov 15 2016, 7:22 PM
rstone added a reviewer: rstone.
allanjude edited edge metadata.

Approved for commit

This revision was automatically updated to reflect the committed changes.