You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uefi: Fix return value lifetime for register_protocol_notify
Due to the rules of lifetime elision
(https://doc.rust-lang.org/reference/lifetime-elision.html), the lifetime of the
`SearchType` returned from `register_protocol_notify` was infered to be the
lifetime of `Self`. The correct lifetime is the `protocol` reference.
0 commit comments