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)
Tue, Apr 7, 6:46 PM
Unknown Object (File)
Mon, Apr 6, 4:03 AM
Unknown Object (File)
Sun, Apr 5, 4:14 PM
Unknown Object (File)
Sat, Apr 4, 2:24 PM
Unknown Object (File)
Wed, Apr 1, 4:04 AM
Unknown Object (File)
Mon, Mar 30, 2:11 AM
Unknown Object (File)
Sun, Mar 29, 2:31 PM
Unknown Object (File)
Fri, Mar 20, 9:27 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