Skip to content

Commit e6fc606

Browse files
hoshinolinajannau
authored andcommitted
fixup! soc: apple: Add support for the AOP co-processor.
1 parent 71db646 commit e6fc606

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/soc/apple/aop.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ impl rtkit::Operations for AopData {
855855
}
856856
}
857857

858-
fn crashed(data: <Self::Data as ForeignOwnable>::Borrowed<'_>) {
858+
fn crashed(data: <Self::Data as ForeignOwnable>::Borrowed<'_>, _crashlog: Option<&[u8]>) {
859859
dev_err!(data.dev, "AOP firmware crashed");
860860
}
861861
}

0 commit comments

Comments
 (0)