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)
Mon, Apr 8, 8:38 PM
Unknown Object (File)
Mon, Apr 8, 8:36 PM
Unknown Object (File)
Mar 7 2024, 8:51 PM
Unknown Object (File)
Mar 7 2024, 5:13 PM
Unknown Object (File)
Feb 12 2024, 5:07 AM
Unknown Object (File)
Jan 11 2024, 10:50 AM
Unknown Object (File)
Jan 11 2024, 10:50 AM
Unknown Object (File)
Jan 11 2024, 10:50 AM
Subscribers

Details

Summary

The return type for beri_sdcard_disk_print() should be int.

Diff Detail

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

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.