Page MenuHomeFreeBSD

loader/efi: return error from efi_find_framebuffer
ClosedPublic

Authored by vexeduxr on Sep 8 2025, 9:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 16, 4:40 PM
Unknown Object (File)
Sun, Oct 12, 10:41 PM
Unknown Object (File)
Sun, Oct 12, 9:11 PM
Unknown Object (File)
Sun, Oct 12, 9:36 AM
Unknown Object (File)
Sun, Oct 12, 9:36 AM
Unknown Object (File)
Sun, Oct 12, 9:36 AM
Unknown Object (File)
Sun, Oct 12, 9:36 AM
Unknown Object (File)
Sat, Oct 11, 10:43 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 66917
Build 63800: arc lint + arc unit

Event Timeline

Remove redundant initialization

If you do not mind to do extra work, the function is supposed to return 0 or error code, could you replace the return(1) lines above with return (efi_status_to_errno(status)) or like:)

This revision is now accepted and ready to land.Sep 9 2025, 6:49 AM

Return actual errno values in other code paths.

This revision now requires review to proceed.Sep 9 2025, 11:08 AM
This revision is now accepted and ready to land.Sep 9 2025, 2:09 PM