Skip to content

Commit 2f44467

Browse files
committed
fixup! rust: soc: apple: Add Apple mailbox abstractions
1 parent 2d9e492 commit 2f44467

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/kernel/soc/apple/mailbox.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ impl<T: MailCallback> Mailbox<T> {
7979
}
8080
}
8181

82-
impl<T: MailCallback> Mailbox<T> {
82+
impl<T: MailCallback> Drop for Mailbox<T> {
8383
fn drop(&mut self) {
8484
// SAFETY: mbox is a valid pointer
8585
unsafe { bindings::apple_mbox_stop(self.mbox) };

0 commit comments

Comments
 (0)